Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1290572 > unrolled thread
| Started by | Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
|---|---|
| First post | 2015-12-13 07:50 +0100 |
| Last post | 2015-12-14 06:30 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH] tty/n_gsm.c: use gsm->num to remove mux itself from gsm_mux[] Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2015-12-13 07:50 +0100
Re: [PATCH] tty/n_gsm.c: use gsm->num to remove mux itself from gsm_mux[] xinhui <xinhui@linux.vnet.ibm.com> - 2015-12-14 06:30 +0100
| From | Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
|---|---|
| Date | 2015-12-13 07:50 +0100 |
| Subject | Re: [PATCH] tty/n_gsm.c: use gsm->num to remove mux itself from gsm_mux[] |
| Message-ID | <qF8DM-4RI-7@gated-at.bofh.it> |
On Fri, Nov 27, 2015 at 11:41:03AM +0800, xinhui wrote: > There is one filed gsm->num to store mux's index of gsm_mux[]. So use > gsm->num to remove itself from gsm_mux[] instead of the for-loop > traverse in gsm_cleanup_mux(). > > Signed-off-by: Pan Xinhui <xinhui.pan@linux.vnet.ibm.com> Your "From:" line in the email needs to match your signed-off-by: line, please fix up your email client to do this properly so that your patches can be accepted. thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [next] | [standalone]
| From | xinhui <xinhui@linux.vnet.ibm.com> |
|---|---|
| Date | 2015-12-14 06:30 +0100 |
| Message-ID | <qFtRU-1L4-13@gated-at.bofh.it> |
| In reply to | #1290572 |
Hi, Greg Thanks for your kind reply :) On 2015/12/13 14:47, Greg Kroah-Hartman wrote: > On Fri, Nov 27, 2015 at 11:41:03AM +0800, xinhui wrote: >> There is one filed gsm->num to store mux's index of gsm_mux[]. So use >> gsm->num to remove itself from gsm_mux[] instead of the for-loop >> traverse in gsm_cleanup_mux(). >> >> Signed-off-by: Pan Xinhui <xinhui.pan@linux.vnet.ibm.com> > > Your "From:" line in the email needs to match your signed-off-by: line, > please fix up your email client to do this properly so that your patches > can be accepted. > I will fix it ASAP. Thank you! thanks xinhui > thanks, > > greg k-h > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web