Intel Corporation SAS (French simplified joint stock company)
Registered headquarters: "Les Montalets"- 2, rue de Paris,
92196 Meudon Cedex, France
Registration Number: 302 456 199 R.C.S. NANTERRE
Capital: 4,572,000 Euros
This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.
On Mon, Jun 29, 2015 at 05:53:56PM +0200, Gwenn Bourrée wrote:
Dear kernel tty maintainers,
Please review the following patch:
From 6e006bd522124d0e8a2f6075099a21f7051a426f Mon Sep 17 00:00:00 2001
From: Gwenn Bourree <redacted>
Date: Mon, 29 Jun 2015 17:26:01 +0200
Subject: [PATCH] Mux n_gsm: Add a DLCI hangup state and callback
Use of asynchronous hangup instead of vhangup.
Signed-off-by: Gwenn Bourree <redacted>
Signed-off-by: Gwenn Bourree <redacted>
Signed-off-by: Mustapha Ben Zoubeir <redacted>
Signed-off-by: Nicolas LOUIS <redacted>
Reviewed-by: Ravindran, Arun <arun.ravindran@intel.com
---
drivers/tty/n_gsm.c | 27 +++++++++++++++++++++++++--
1 file changed, 25 insertions(+), 2 deletions(-)
Same comments on this one, but as you are wanting to send a series of
patches, send a series of patches, each one numbered properly, otherwise
I have no idea what order to apply them in.
greg k-h
Please review the following patch:
From 6e006bd522124d0e8a2f6075099a21f7051a426f Mon Sep 17 00:00:00 2001
From: Gwenn Bourree <redacted>
Date: Mon, 29 Jun 2015 17:26:01 +0200
Subject: [PATCH] Mux n_gsm: Add a DLCI hangup state and callback
this is borked. Consider using git format-patch and git send-email.
Use of asynchronous hangup instead of vhangup.
In general it is useful to have a bit more explanation in your patch on what it does, why it does it and how.
Signed-off-by: Mustapha Ben Zoubeir <redacted>
Signed-off-by: Nicolas LOUIS <redacted>
Reviewed-by: Ravindran, Arun <arun.ravindran-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org
Please make sure reviewed-by are correct. I would use first name last name <email>. And make sure to close the email with >
I am pretty sure this indentation is wrong. You can not tell the actual code block apart from the condition. So either align with the dlci->state above or use two tabs. Check what coding style is common in this code and choose the one used in similar multiline if conditions.