[PATCH] net: the space is required before the open parenthesis '('

2016-06-27 Thread Wei Tang
The space is missing before the open parenthesis '(', and this
will introduce much more noise when checking patch around.

Signed-off-by: Wei Tang 
---
 net/core/utils.c | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/net/core/utils.c b/net/core/utils.c
index 3d17ca8..cf5622b 100644
--- a/net/core/utils.c
+++ b/net/core/utils.c
@@ -133,7 +133,7 @@ int in4_pton(const char *src, int srclen,
s = src;
d = dbuf;
i = 0;
-   while(1) {
+   while (1) {
int c;
c = xdigit2bin(srclen > 0 ? *s : '\0', delim);
if (!(c & (IN6PTON_DIGIT | IN6PTON_DOT | IN6PTON_DELIM | 
IN6PTON_COLON_MASK))) {
@@ -283,11 +283,11 @@ cont:
i = 15; d--;
 
if (dc) {
-   while(d >= dc)
+   while (d >= dc)
dst[i--] = *d--;
-   while(i >= dc - dbuf)
+   while (i >= dc - dbuf)
dst[i--] = 0;
-   while(i >= 0)
+   while (i >= 0)
dst[i--] = *d--;
} else
memcpy(dst, dbuf, sizeof(dbuf));
-- 
1.9.1




[PATCH] net: the space is required after ','

2016-06-16 Thread Wei Tang
The space is missing after ',', and this will introduce much more
noise when checking patch around.

Signed-off-by: Wei Tang 
---
 net/core/dev.c | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/net/core/dev.c b/net/core/dev.c
index 7a3fe58..a01511b 100644
--- a/net/core/dev.c
+++ b/net/core/dev.c
@@ -5919,7 +5919,7 @@ static void netdev_adjacent_add_links(struct net_device 
*dev)
struct net *net = dev_net(dev);
 
list_for_each_entry(iter, &dev->adj_list.upper, list) {
-   if (!net_eq(net,dev_net(iter->dev)))
+   if (!net_eq(net, dev_net(iter->dev)))
continue;
netdev_adjacent_sysfs_add(iter->dev, dev,
  &iter->dev->adj_list.lower);
@@ -5928,7 +5928,7 @@ static void netdev_adjacent_add_links(struct net_device 
*dev)
}
 
list_for_each_entry(iter, &dev->adj_list.lower, list) {
-   if (!net_eq(net,dev_net(iter->dev)))
+   if (!net_eq(net, dev_net(iter->dev)))
continue;
netdev_adjacent_sysfs_add(iter->dev, dev,
  &iter->dev->adj_list.upper);
@@ -5944,7 +5944,7 @@ static void netdev_adjacent_del_links(struct net_device 
*dev)
struct net *net = dev_net(dev);
 
list_for_each_entry(iter, &dev->adj_list.upper, list) {
-   if (!net_eq(net,dev_net(iter->dev)))
+   if (!net_eq(net, dev_net(iter->dev)))
continue;
netdev_adjacent_sysfs_del(iter->dev, dev->name,
  &iter->dev->adj_list.lower);
@@ -5953,7 +5953,7 @@ static void netdev_adjacent_del_links(struct net_device 
*dev)
}
 
list_for_each_entry(iter, &dev->adj_list.lower, list) {
-   if (!net_eq(net,dev_net(iter->dev)))
+   if (!net_eq(net, dev_net(iter->dev)))
continue;
netdev_adjacent_sysfs_del(iter->dev, dev->name,
  &iter->dev->adj_list.upper);
@@ -5969,7 +5969,7 @@ void netdev_adjacent_rename_links(struct net_device *dev, 
char *oldname)
struct net *net = dev_net(dev);
 
list_for_each_entry(iter, &dev->adj_list.upper, list) {
-   if (!net_eq(net,dev_net(iter->dev)))
+   if (!net_eq(net, dev_net(iter->dev)))
continue;
netdev_adjacent_sysfs_del(iter->dev, oldname,
  &iter->dev->adj_list.lower);
@@ -5978,7 +5978,7 @@ void netdev_adjacent_rename_links(struct net_device *dev, 
char *oldname)
}
 
list_for_each_entry(iter, &dev->adj_list.lower, list) {
-   if (!net_eq(net,dev_net(iter->dev)))
+   if (!net_eq(net, dev_net(iter->dev)))
continue;
netdev_adjacent_sysfs_del(iter->dev, oldname,
  &iter->dev->adj_list.upper);
-- 
1.9.1




[PATCH] net: do not initialise statics to 0

2016-06-16 Thread Wei Tang
This patch fixes the checkpatch.pl error to dev.c:

ERROR: do not initialise statics to 0

Signed-off-by: Wei Tang 
---
 net/core/dev.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/core/dev.c b/net/core/dev.c
index 904ff43..7a3fe58 100644
--- a/net/core/dev.c
+++ b/net/core/dev.c
@@ -2420,7 +2420,7 @@ EXPORT_SYMBOL(__skb_tx_hash);
 
 static void skb_warn_bad_offload(const struct sk_buff *skb)
 {
-   static const netdev_features_t null_features = 0;
+   static const netdev_features_t null_features;
struct net_device *dev = skb->dev;
const char *name = "";
 
-- 
1.9.1




[PATCH] netlabel: do not initialise statics to NULL

2016-03-06 Thread Wei Tang
This patch fixes the checkpatch.pl error to netlabel_domainhash.c:

ERROR: do not initialise statics to NULL

Signed-off-by: Wei Tang 
---
 net/netlabel/netlabel_domainhash.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net/netlabel/netlabel_domainhash.c 
b/net/netlabel/netlabel_domainhash.c
index f0cb92f..ada6742 100644
--- a/net/netlabel/netlabel_domainhash.c
+++ b/net/netlabel/netlabel_domainhash.c
@@ -55,8 +55,8 @@ struct netlbl_domhsh_tbl {
 static DEFINE_SPINLOCK(netlbl_domhsh_lock);
 #define netlbl_domhsh_rcu_deref(p) \
rcu_dereference_check(p, lockdep_is_held(&netlbl_domhsh_lock))
-static struct netlbl_domhsh_tbl *netlbl_domhsh = NULL;
-static struct netlbl_dom_map *netlbl_domhsh_def = NULL;
+static struct netlbl_domhsh_tbl *netlbl_domhsh;
+static struct netlbl_dom_map *netlbl_domhsh_def;
 
 /*
  * Domain Hash Table Helper Functions
-- 
1.9.1




[PATCH] netlink: do not initialise statics to 0 or NULL

2016-03-06 Thread Wei Tang
This patch fixes the checkpatch.pl error to netlabel_unlabeled.c:

ERROR: do not initialise statics to 0 or NULL

Signed-off-by: Wei Tang 
---
 net/netlabel/netlabel_unlabeled.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/net/netlabel/netlabel_unlabeled.c 
b/net/netlabel/netlabel_unlabeled.c
index b038092..9eaa9a1 100644
--- a/net/netlabel/netlabel_unlabeled.c
+++ b/net/netlabel/netlabel_unlabeled.c
@@ -116,11 +116,11 @@ struct netlbl_unlhsh_walk_arg {
 static DEFINE_SPINLOCK(netlbl_unlhsh_lock);
 #define netlbl_unlhsh_rcu_deref(p) \
rcu_dereference_check(p, lockdep_is_held(&netlbl_unlhsh_lock))
-static struct netlbl_unlhsh_tbl *netlbl_unlhsh = NULL;
-static struct netlbl_unlhsh_iface *netlbl_unlhsh_def = NULL;
+static struct netlbl_unlhsh_tbl *netlbl_unlhsh;
+static struct netlbl_unlhsh_iface *netlbl_unlhsh_def;
 
 /* Accept unlabeled packets flag */
-static u8 netlabel_unlabel_acceptflg = 0;
+static u8 netlabel_unlabel_acceptflg;
 
 /* NetLabel Generic NETLINK unlabeled family */
 static struct genl_family netlbl_unlabel_gnl_family = {
-- 
1.9.1




[PATCH] bpf_dbg: do not initialise statics to 0

2016-02-04 Thread Wei Tang
This patch fixes the checkpatch.pl error to bpf_dbg.c:

ERROR: do not initialise statics to 0

Signed-off-by: Wei Tang 
---
 tools/net/bpf_dbg.c | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/tools/net/bpf_dbg.c b/tools/net/bpf_dbg.c
index 9a287be..4f254bc 100644
--- a/tools/net/bpf_dbg.c
+++ b/tools/net/bpf_dbg.c
@@ -129,16 +129,16 @@ struct bpf_regs {
 };
 
 static struct sock_filter bpf_image[BPF_MAXINSNS + 1];
-static unsigned int bpf_prog_len = 0;
+static unsigned int bpf_prog_len;
 
 static int bpf_breakpoints[64];
 static struct bpf_regs bpf_regs[BPF_MAXINSNS + 1];
 static struct bpf_regs bpf_curr;
-static unsigned int bpf_regs_len = 0;
+static unsigned int bpf_regs_len;
 
 static int pcap_fd = -1;
-static unsigned int pcap_packet = 0;
-static size_t pcap_map_size = 0;
+static unsigned int pcap_packet;
+static size_t pcap_map_size;
 static char *pcap_ptr_va_start, *pcap_ptr_va_curr;
 
 static const char * const op_table[] = {
@@ -1172,7 +1172,7 @@ static int cmd_breakpoint(char *subcmd)
 
 static int cmd_run(char *num)
 {
-   static uint32_t pass = 0, fail = 0;
+   static uint32_t pass, fail;
bool has_limit = true;
int pkts = 0, i = 0;
 
-- 
1.9.1