[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1267289508-31031-31-git-send-email-andrea.gelmini@gelma.net>
Date: Sat, 27 Feb 2010 17:51:11 +0100
From: Andrea Gelmini <andrea.gelmini@...ma.net>
To: linux-kernel@...r.kernel.org
Cc: Andrea Gelmini <andrea.gelmini@...ma.net>,
Andrew Hendry <andrew.hendry@...il.com>,
"David S. Miller" <davem@...emloft.net>, linux-x25@...r.kernel.org,
netdev@...r.kernel.org
Subject: [PATCH 30/66] include/net/x25device.h: Checkpatch cleanup
include/net/x25device.h:13: ERROR: trailing whitespace
Signed-off-by: Andrea Gelmini <andrea.gelmini@...ma.net>
---
include/net/x25device.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/net/x25device.h b/include/net/x25device.h
index 1415bcf..246a17b 100644
--- a/include/net/x25device.h
+++ b/include/net/x25device.h
@@ -10,7 +10,7 @@ static inline __be16 x25_type_trans(struct sk_buff *skb, struct net_device *dev)
skb->dev = dev;
skb_reset_mac_header(skb);
skb->pkt_type = PACKET_HOST;
-
+
return htons(ETH_P_X25);
}
#endif
--
1.7.0.90.g251a4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists