staging: gdm724x: Use NLMSG_HDRLEN
authorHimangi Saraogi <himangi774@gmail.com>
Tue, 22 Jul 2014 18:12:28 +0000 (23:42 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 22 Jul 2014 23:08:13 +0000 (16:08 -0700)
commit58419939bc2c4d33e367ecfe87269b4951b8f557
treef1842b24b9202924d7624de7dd12272693dd2836
parent5813104211a7db9277794d71814ceb04341b7f3f
staging: gdm724x: Use NLMSG_HDRLEN

Replace use of  NLMSG_SPACE(0) with NLMSG_HDRLEN as they are equivalent
and NLMSG_SPACE seems to be deprecated.

Signed-off-by: Himangi Saraogi <himangi774@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/gdm724x/netlink_k.c