Commit c326e738 authored by Shraddha Barke's avatar Shraddha Barke Committed by Greg Kroah-Hartman

Staging: gdm72xx: Remove space after cast

Fix the checkpatch warning "No space is necessary after cast"
Signed-off-by: default avatarShraddha Barke <shraddha.6596@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent f1cf2312
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
#include "netlink_k.h" #include "netlink_k.h"
#if !defined(NLMSG_HDRLEN) #if !defined(NLMSG_HDRLEN)
#define NLMSG_HDRLEN ((int) NLMSG_ALIGN(sizeof(struct nlmsghdr))) #define NLMSG_HDRLEN ((int)NLMSG_ALIGN(sizeof(struct nlmsghdr)))
#endif #endif
#define ND_MAX_GROUP 30 #define ND_MAX_GROUP 30
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment