]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
Staging: ozwpan: fixed whitespace before semicolon
authorMatina Maria Trompouki <mtrompou@gmail.com>
Mon, 11 Nov 2013 00:22:51 +0000 (00:22 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 11 Nov 2013 23:49:31 +0000 (15:49 -0800)
This patch removes the following warning reported by checkpatch.pl

WARNING: space prohibited before semicolon
drivers/staging/ozwpan/ozproto.c

Signed-off-by: Matina Maria Trompouki <mtrompou@gmail.com>
Reviewed-by: Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/ozwpan/ozproto.c

index 88714ec85705f3a771edb4ecc740d06a1a8bc452..9f2dffe6e131cedca3030dc53287a59bdf49e709 100644 (file)
@@ -337,7 +337,7 @@ static void oz_rx_frame(struct sk_buff *skb)
        oz_dbg(RX_FRAMES, "RX frame PN=0x%x LPN=0x%x control=0x%x\n",
               oz_hdr->pkt_num, oz_hdr->last_pkt_num, oz_hdr->control);
        mac_hdr = skb_mac_header(skb);
-       src_addr = &mac_hdr[ETH_ALEN] ;
+       src_addr = &mac_hdr[ETH_ALEN];
        length = skb->len;
 
        /* Check the version field */