summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShraddha Barke <shraddha.6596@gmail.com>2015-12-26 21:14:43 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-02-08 04:10:47 (GMT)
commitc326e7382ecdd380fe6eb52fcdb37cf8934e3a8f (patch)
tree7a951327c482165b771094365bac853c4ce18fb9
parentf1cf2312ae22803f38d37ed141c3e4f2e84f8ee1 (diff)
downloadlinux-c326e7382ecdd380fe6eb52fcdb37cf8934e3a8f.tar.xz
Staging: gdm72xx: Remove space after cast
Fix the checkpatch warning "No space is necessary after cast" Signed-off-by: Shraddha Barke <shraddha.6596@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/staging/gdm72xx/netlink_k.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/gdm72xx/netlink_k.c b/drivers/staging/gdm72xx/netlink_k.c
index f3cdaa6..b7e5e70 100644
--- a/drivers/staging/gdm72xx/netlink_k.c
+++ b/drivers/staging/gdm72xx/netlink_k.c
@@ -21,7 +21,7 @@
#include "netlink_k.h"
#if !defined(NLMSG_HDRLEN)
-#define NLMSG_HDRLEN ((int) NLMSG_ALIGN(sizeof(struct nlmsghdr)))
+#define NLMSG_HDRLEN ((int)NLMSG_ALIGN(sizeof(struct nlmsghdr)))
#endif
#define ND_MAX_GROUP 30