Staging: gdm72xx: Remove space after cast
authorShraddha Barke <shraddha.6596@gmail.com>
Sat, 26 Dec 2015 21:14:43 +0000 (02:44 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 8 Feb 2016 04:10:47 +0000 (20:10 -0800)
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>
drivers/staging/gdm72xx/netlink_k.c

index f3cdaa6c468cfde23797911ee611fa14fe795bb9..b7e5e706d37a3c6c37f40e95dbc6bd3f2eb0bb66 100644 (file)
@@ -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