Re: [PATCH 1/1 net-next] dev_ioctl: use sizeof(x) instead of sizeof x

2014-11-18 Thread David Miller
From: Fabian Frederick Date: Mon, 17 Nov 2014 22:23:17 +0100 > Also remove spaces after cast. > > Signed-off-by: Fabian Frederick Applied. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at

Re: [PATCH 1/1 net-next] dev_ioctl: use sizeof(x) instead of sizeof x

2014-11-18 Thread David Miller
From: Fabian Frederick f...@skynet.be Date: Mon, 17 Nov 2014 22:23:17 +0100 Also remove spaces after cast. Signed-off-by: Fabian Frederick f...@skynet.be Applied. -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org

[PATCH 1/1 net-next] dev_ioctl: use sizeof(x) instead of sizeof x

2014-11-17 Thread Fabian Frederick
Also remove spaces after cast. Signed-off-by: Fabian Frederick --- net/core/dev_ioctl.c | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/net/core/dev_ioctl.c b/net/core/dev_ioctl.c index 72e899a..b94b1d2 100644 --- a/net/core/dev_ioctl.c +++ b/net/core/dev_ioctl.c @@

[PATCH 1/1 net-next] dev_ioctl: use sizeof(x) instead of sizeof x

2014-11-17 Thread Fabian Frederick
Also remove spaces after cast. Signed-off-by: Fabian Frederick f...@skynet.be --- net/core/dev_ioctl.c | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/net/core/dev_ioctl.c b/net/core/dev_ioctl.c index 72e899a..b94b1d2 100644 --- a/net/core/dev_ioctl.c +++