Re: [PATCH 10/27] Staging: bcm: Shortened lines in StoreCmControlResponseMessage()

2014-05-26 Thread Dan Carpenter
On Mon, May 26, 2014 at 04:03:51PM +0200, Matthias Beyer wrote: > On 26-05-2014 16:08:42, Dan Carpenter wrote: > > On Fri, May 23, 2014 at 10:23:48PM +0200, Matthias Beyer wrote: > > > - pstAddIndication = kmalloc(sizeof(struct bcm_add_indication), > > > GFP_KERNEL); > > > + pstAddIndication = kma

Re: [PATCH 10/27] Staging: bcm: Shortened lines in StoreCmControlResponseMessage()

2014-05-26 Thread Matthias Beyer
On 26-05-2014 16:08:42, Dan Carpenter wrote: > On Fri, May 23, 2014 at 10:23:48PM +0200, Matthias Beyer wrote: > > - pstAddIndication = kmalloc(sizeof(struct bcm_add_indication), > > GFP_KERNEL); > > + pstAddIndication = kmalloc(sizeof(struct bcm_add_indication), > > + GFP_KE

Re: [PATCH 10/27] Staging: bcm: Shortened lines in StoreCmControlResponseMessage()

2014-05-26 Thread Dan Carpenter
On Fri, May 23, 2014 at 10:23:48PM +0200, Matthias Beyer wrote: > - pstAddIndication = kmalloc(sizeof(struct bcm_add_indication), > GFP_KERNEL); > + pstAddIndication = kmalloc(sizeof(struct bcm_add_indication), > + GFP_KERNEL); Line these up like this: pstAdd

[PATCH 10/27] Staging: bcm: Shortened lines in StoreCmControlResponseMessage()

2014-05-23 Thread Matthias Beyer
Signed-off-by: Matthias Beyer --- drivers/staging/bcm/CmHost.c | 33 +++-- 1 file changed, 23 insertions(+), 10 deletions(-) diff --git a/drivers/staging/bcm/CmHost.c b/drivers/staging/bcm/CmHost.c index 3b65990..f54b177 100644 --- a/drivers/staging/bcm/CmHost.c +++ b