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>
This commit is contained in:
parent
f1cf2312ae
commit
c326e7382e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue