From: Matina Maria Trompouki Date: Mon, 11 Nov 2013 00:22:51 +0000 (+0000) Subject: Staging: ozwpan: fixed whitespace before semicolon X-Git-Tag: upstream/snapshot3+hdmi~3491^2~783^2~112 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2dce674891c1d2708715fecaad222362db53f815;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git Staging: ozwpan: fixed whitespace before semicolon 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 Reviewed-by: Peter P Waskiewicz Jr Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/ozwpan/ozproto.c b/drivers/staging/ozwpan/ozproto.c index 88714ec..9f2dffe 100644 --- a/drivers/staging/ozwpan/ozproto.c +++ b/drivers/staging/ozwpan/ozproto.c @@ -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 */