[NET]: fix up misplaced inlines.
Turning up the warnings on gcc makes it emit warnings about the placement of 'inline' in function declarations. Here's everything that was under net/ Signed-off-by: Dave Jones <davej@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
289f42492c
commit
b6f99a2119
@ -319,7 +319,7 @@ static int __hidp_send_ctrl_message(struct hidp_session *session,
|
||||
return 0;
|
||||
}
|
||||
|
||||
static int inline hidp_send_ctrl_message(struct hidp_session *session,
|
||||
static inline int hidp_send_ctrl_message(struct hidp_session *session,
|
||||
unsigned char hdr, unsigned char *data, int size)
|
||||
{
|
||||
int err;
|
||||
|
Reference in New Issue
Block a user