* [PATCH] Staging: bcm: Fix lines exceeding 80 character limit in CmHost.h This is a patch to CmHost.h that fixes Exceeds 80 Character limits warning found by checkpatch.pl Signed-off-by: Arun Ayyer <arun267@gmail.com> @ 2014-12-04 1:12 Arun 2014-12-04 1:25 ` Greg KH 0 siblings, 1 reply; 5+ messages in thread From: Arun @ 2014-12-04 1:12 UTC (permalink / raw) To: gregkh; +Cc: devel, linux-kernel, Arun --- drivers/staging/bcm/CmHost.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/drivers/staging/bcm/CmHost.h b/drivers/staging/bcm/CmHost.h index 0887d3f..a6e30da 100644 --- a/drivers/staging/bcm/CmHost.h +++ b/drivers/staging/bcm/CmHost.h @@ -20,8 +20,8 @@ #pragma once #pragma pack(push, 4) -#define DSX_MESSAGE_EXCHANGE_BUFFER 0xBF60AC84 /* This contains the pointer */ -#define DSX_MESSAGE_EXCHANGE_BUFFER_SIZE 72000 /* 24 K Bytes */ +#define DSX_MESSAGE_EXCHANGE_BUFFER 0xBF60AC84 /* Contains the pointer */ +#define DSX_MESSAGE_EXCHANGE_BUFFER_SIZE 72000 /* 24 K Bytes */ struct bcm_add_indication_alt { u8 u8Type; @@ -51,7 +51,9 @@ struct bcm_change_indication { u16 u16Padd; }; -unsigned long StoreCmControlResponseMessage(struct bcm_mini_adapter *Adapter, void *pvBuffer, unsigned int *puBufferLength); +unsigned long StoreCmControlResponseMessage(struct bcm_mini_adapter *Adapter, + void *pvBuffer, + unsigned int *puBufferLength); int AllocAdapterDsxBuffer(struct bcm_mini_adapter *Adapter); int FreeAdapterDsxBuffer(struct bcm_mini_adapter *Adapter); unsigned long SetUpTargetDsxBuffers(struct bcm_mini_adapter *Adapter); -- 1.7.9.5 ^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH] Staging: bcm: Fix lines exceeding 80 character limit in CmHost.h This is a patch to CmHost.h that fixes Exceeds 80 Character limits warning found by checkpatch.pl Signed-off-by: Arun Ayyer <arun267@gmail.com> 2014-12-04 1:12 [PATCH] Staging: bcm: Fix lines exceeding 80 character limit in CmHost.h This is a patch to CmHost.h that fixes Exceeds 80 Character limits warning found by checkpatch.pl Signed-off-by: Arun Ayyer <arun267@gmail.com> Arun @ 2014-12-04 1:25 ` Greg KH [not found] ` <CAJ8d=beEFz-wKaN4bodZFN9BCrUsZKy=F0e-R7fUVXsf+04g4A@mail.gmail.com> 0 siblings, 1 reply; 5+ messages in thread From: Greg KH @ 2014-12-04 1:25 UTC (permalink / raw) To: Arun; +Cc: devel, linux-kernel On Wed, Dec 03, 2014 at 05:12:09PM -0800, Arun wrote: > --- > drivers/staging/bcm/CmHost.h | 8 +++++--- > 1 file changed, 5 insertions(+), 3 deletions(-) That's a really odd subject, don't you agree? :) ^ permalink raw reply [flat|nested] 5+ messages in thread
[parent not found: <CAJ8d=beEFz-wKaN4bodZFN9BCrUsZKy=F0e-R7fUVXsf+04g4A@mail.gmail.com>]
* Re: [PATCH] Staging: bcm: Fix lines exceeding 80 character limit in CmHost.h This is a patch to CmHost.h that fixes Exceeds 80 Character limits warning found by checkpatch.pl Signed-off-by: Arun Ayyer <arun267@gmail.com> [not found] ` <CAJ8d=beEFz-wKaN4bodZFN9BCrUsZKy=F0e-R7fUVXsf+04g4A@mail.gmail.com> @ 2014-12-04 1:39 ` Greg KH 2014-12-04 1:43 ` Joe Perches 0 siblings, 1 reply; 5+ messages in thread From: Greg KH @ 2014-12-04 1:39 UTC (permalink / raw) To: arun vijayshankar; +Cc: linux-kernel, devel On Wed, Dec 03, 2014 at 05:31:59PM -0800, arun vijayshankar wrote: > Hi Greg, If you turn off HTML email, your message will not get rejected by the mailing lists :) > I completely agree! I thought of keeping the patch summary as the subject, but > I wasn't sure and ending up entering nothing. Git then used this by default. You forgot a blank line after your first line in the git commit message, which caused it to get all merged together. Try fixing that up and resending please. thanks, greg k-h ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] Staging: bcm: Fix lines exceeding 80 character limit in CmHost.h This is a patch to CmHost.h that fixes Exceeds 80 Character limits warning found by checkpatch.pl Signed-off-by: Arun Ayyer <arun267@gmail.com> 2014-12-04 1:39 ` Greg KH @ 2014-12-04 1:43 ` Joe Perches 2014-12-04 1:53 ` arun vijayshankar 0 siblings, 1 reply; 5+ messages in thread From: Joe Perches @ 2014-12-04 1:43 UTC (permalink / raw) To: Greg KH; +Cc: arun vijayshankar, linux-kernel, devel On Wed, 2014-12-03 at 17:39 -0800, Greg KH wrote: > On Wed, Dec 03, 2014 at 05:31:59PM -0800, arun vijayshankar wrote: > > Hi Greg, > > If you turn off HTML email, your message will not get rejected by the > mailing lists :) > > > I completely agree! I thought of keeping the patch summary as the subject, but > > I wasn't sure and ending up entering nothing. Git then used this by default. > > You forgot a blank line after your first line in the git commit message, > which caused it to get all merged together. > > Try fixing that up and resending please. No need. This directory has been deleted. Please work against -next (or Greg's staging tree) ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] Staging: bcm: Fix lines exceeding 80 character limit in CmHost.h This is a patch to CmHost.h that fixes Exceeds 80 Character limits warning found by checkpatch.pl Signed-off-by: Arun Ayyer <arun267@gmail.com> 2014-12-04 1:43 ` Joe Perches @ 2014-12-04 1:53 ` arun vijayshankar 0 siblings, 0 replies; 5+ messages in thread From: arun vijayshankar @ 2014-12-04 1:53 UTC (permalink / raw) To: Joe Perches; +Cc: Greg KH, linux-kernel, devel Thanks Greg and Joe! I will work against -next Regards, Arun. On Wed, Dec 3, 2014 at 5:43 PM, Joe Perches <joe@perches.com> wrote: > > On Wed, 2014-12-03 at 17:39 -0800, Greg KH wrote: > > On Wed, Dec 03, 2014 at 05:31:59PM -0800, arun vijayshankar wrote: > > > Hi Greg, > > > > If you turn off HTML email, your message will not get rejected by the > > mailing lists :) > > > > > I completely agree! I thought of keeping the patch summary as the subject, but > > > I wasn't sure and ending up entering nothing. Git then used this by default. > > > > You forgot a blank line after your first line in the git commit message, > > which caused it to get all merged together. > > > > Try fixing that up and resending please. > > No need. This directory has been deleted. > > Please work against -next (or Greg's staging tree) > > -- Arun. ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2014-12-04 1:53 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-04 1:12 [PATCH] Staging: bcm: Fix lines exceeding 80 character limit in CmHost.h This is a patch to CmHost.h that fixes Exceeds 80 Character limits warning found by checkpatch.pl Signed-off-by: Arun Ayyer <arun267@gmail.com> Arun
2014-12-04 1:25 ` Greg KH
[not found] ` <CAJ8d=beEFz-wKaN4bodZFN9BCrUsZKy=F0e-R7fUVXsf+04g4A@mail.gmail.com>
2014-12-04 1:39 ` Greg KH
2014-12-04 1:43 ` Joe Perches
2014-12-04 1:53 ` arun vijayshankar
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox