Staging: bcm: line length fixed
authorMatthias Beyer <mail@beyermatthias.de>
Mon, 23 Jun 2014 19:30:18 +0000 (21:30 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 27 Jun 2014 01:05:13 +0000 (21:05 -0400)
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/bcm/HandleControlPacket.c

index 495fe3d..467b0cf 100644 (file)
@@ -11,7 +11,8 @@
  * Enqueue the control packet for Application.
  * @return None
  */
-static VOID handle_rx_control_packet(struct bcm_mini_adapter *Adapter, struct sk_buff *skb)
+static VOID handle_rx_control_packet(struct bcm_mini_adapter *Adapter,
+                                    struct sk_buff *skb)
 {
        struct bcm_tarang_data *pTarang = NULL;
        bool HighPriorityMessage = false;