Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1246785 > unrolled thread
| Started by | Sakshi Bansal <sakshi.april5@gmail.com> |
|---|---|
| First post | 2015-10-14 16:00 +0200 |
| Last post | 2015-10-15 12:20 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] staging: netlogic: xlr_net.h: fixedcoding stly warnings Sakshi Bansal <sakshi.april5@gmail.com> - 2015-10-14 16:00 +0200
Re: [PATCH] staging: netlogic: xlr_net.h: fixedcoding stly warnings Mike Rapoport <mike.rapoport@gmail.com> - 2015-10-15 12:20 +0200
| From | Sakshi Bansal <sakshi.april5@gmail.com> |
|---|---|
| Date | 2015-10-14 16:00 +0200 |
| Subject | [PATCH] staging: netlogic: xlr_net.h: fixedcoding stly warnings |
| Message-ID | <qjuL2-k6-53@gated-at.bofh.it> |
Fixed block comments usage of * on subsequent lines Signed-off-by: Sakshi Bansal <sakshi.april5@gmail.com> --- drivers/staging/netlogic/xlr_net.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/staging/netlogic/xlr_net.h b/drivers/staging/netlogic/xlr_net.h index 2f65ec5..7ae8874 100644 --- a/drivers/staging/netlogic/xlr_net.h +++ b/drivers/staging/netlogic/xlr_net.h @@ -999,7 +999,8 @@ #define MAC_CRC_LEN 4 #define MAX_NUM_MSGRNG_STN_CC 128 #define MAX_MSG_SND_ATTEMPTS 100 /* 13 stns x 4 entry msg/stn + - headroom */ + * headroom + */ #define MAC_FRIN_TO_BE_SENT_THRESHOLD 16 -- 2.1.0 -- 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 | Mike Rapoport <mike.rapoport@gmail.com> |
|---|---|
| Date | 2015-10-15 12:20 +0200 |
| Message-ID | <qjNND-3o4-7@gated-at.bofh.it> |
| In reply to | #1246785 |
On Wed, Oct 14, 2015 at 07:29:30PM +0530, Sakshi Bansal wrote: > Fixed block comments usage of * on subsequent lines > > Signed-off-by: Sakshi Bansal <sakshi.april5@gmail.com> > --- > drivers/staging/netlogic/xlr_net.h | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) Please fix the patch subject. There's a space missing in "fixed coding" and "stly" should have been "style" > diff --git a/drivers/staging/netlogic/xlr_net.h b/drivers/staging/netlogic/xlr_net.h > index 2f65ec5..7ae8874 100644 > --- a/drivers/staging/netlogic/xlr_net.h > +++ b/drivers/staging/netlogic/xlr_net.h > @@ -999,7 +999,8 @@ > #define MAC_CRC_LEN 4 > #define MAX_NUM_MSGRNG_STN_CC 128 > #define MAX_MSG_SND_ATTEMPTS 100 /* 13 stns x 4 entry msg/stn + > - headroom */ > + * headroom > + */ > > #define MAC_FRIN_TO_BE_SENT_THRESHOLD 16 > > -- > 2.1.0 > > _______________________________________________ > devel mailing list > devel@linuxdriverproject.org > http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel -- 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