Re: [PATCH 1/1 net-next] netfilter: remove unnecessary sizeof(char)

2014-12-23 Thread Pablo Neira Ayuso
On Mon, Dec 22, 2014 at 07:36:15PM +0100, Fabian Frederick wrote: > sizeof(char) is always 1. Applied, thanks. Made a small change on it: > Suggested-by: Joe Perches > Signed-off-by: Fabian Frederick > --- > net/netfilter/nf_log.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >

Re: [PATCH 1/1 net-next] netfilter: remove unnecessary sizeof(char)

2014-12-23 Thread Pablo Neira Ayuso
On Mon, Dec 22, 2014 at 07:36:15PM +0100, Fabian Frederick wrote: sizeof(char) is always 1. Applied, thanks. Made a small change on it: Suggested-by: Joe Perches j...@perches.com Signed-off-by: Fabian Frederick f...@skynet.be --- net/netfilter/nf_log.c | 2 +- 1 file changed, 1

[PATCH 1/1 net-next] netfilter: remove unnecessary sizeof(char)

2014-12-22 Thread Fabian Frederick
sizeof(char) is always 1. Suggested-by: Joe Perches Signed-off-by: Fabian Frederick --- net/netfilter/nf_log.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/netfilter/nf_log.c b/net/netfilter/nf_log.c index 43c926c..1191f66 100644 --- a/net/netfilter/nf_log.c +++

[PATCH 1/1 net-next] netfilter: remove unnecessary sizeof(char)

2014-12-22 Thread Fabian Frederick
sizeof(char) is always 1. Suggested-by: Joe Perches j...@perches.com Signed-off-by: Fabian Frederick f...@skynet.be --- net/netfilter/nf_log.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/netfilter/nf_log.c b/net/netfilter/nf_log.c index 43c926c..1191f66 100644 ---