summaryrefslogtreecommitdiff
path: root/curvetun.8
diff options
context:
space:
mode:
authorVadim Kochan <vadim4j@gmail.com>2015-07-26 13:11:55 +0300
committerDaniel Borkmann <daniel@iogearbox.net>2015-07-26 20:33:25 +0200
commit3368297312366e2a51a7f87d2c9e645692408041 (patch)
treeefe2264fc6e953b6570caa0bf788877c05b8f735 /curvetun.8
parentb9db88f68c11bb52f8edadbc3b365a552cd9489b (diff)
flowtop: Fix bytes counter print for gigabyte
'G' should be printed when bytes > 1000000000 but it was printed with 'M' prefix which was caused by missing 'else'. Signed-off-by: Vadim Kochan <vadim4j@gmail.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Diffstat (limited to 'curvetun.8')
0 files changed, 0 insertions, 0 deletions
a>)
net: thunderx: avoid dereferencing xcv when NULL
This fixes the following smatch and coccinelle warnings: drivers/net/ethernet/cavium/thunder/thunder_xcv.c:119 xcv_setup_link() error: we previously assumed 'xcv' could be null (see line 118) [smatch] drivers/net/ethernet/cavium/thunder/thunder_xcv.c:119:16-20: ERROR: xcv is NULL but dereferenced. [coccinelle] Fixes: 6465859aba1e66a5 ("net: thunderx: Add RGMII interface type support") Signed-off-by: Vincent Stehlé <vincent.stehle@laposte.net> Cc: Sunil Goutham <sgoutham@cavium.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/arm/plat-omap')