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
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
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
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