Staging: bcm: Shortened line
authorMatthias Beyer <mail@beyermatthias.de>
Fri, 23 May 2014 20:23:44 +0000 (22:23 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 23 May 2014 22:26:35 +0000 (07:26 +0900)
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/bcm/CmHost.c

index 181c4e9d94452d9666c12427086b149ee629d183..3f29deaaee2c4ecff62e940d976a99f17b08fdf9 100644 (file)
@@ -1571,7 +1571,8 @@ int AllocAdapterDsxBuffer(struct bcm_mini_adapter *Adapter)
         * Need to Allocate memory to contain the SUPER Large structures
         * Our driver can't create these structures on Stack
         */
-       Adapter->caDsxReqResp = kmalloc(sizeof(struct bcm_add_indication_alt)+LEADER_SIZE, GFP_KERNEL);
+       Adapter->caDsxReqResp = kmalloc(sizeof(struct bcm_add_indication_alt)
+                       + LEADER_SIZE, GFP_KERNEL);
        if (!Adapter->caDsxReqResp)
                return -ENOMEM;