lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <32b04d0b.86a.18ad54f1174.Coremail.chenguohua@jari.cn> Date: Wed, 27 Sep 2023 14:24:03 +0800 (GMT+08:00) From: chenguohua@...i.cn To: 3chas3@...il.com Cc: linux-atm-general@...ts.sourceforge.net, netdev@...r.kernel.org, linux-kernel@...r.kernel.org Subject: [PATCH] atm: Clean up errors in atm_tcp.h Fix the following errors reported by checkpatch: ERROR: space required after that ',' (ctx:VxV) Signed-off-by: GuoHua Cheng <chenguohua@...i.cn> --- include/linux/atm_tcp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/atm_tcp.h b/include/linux/atm_tcp.h index 2558439d849b..2635965e8982 100644 --- a/include/linux/atm_tcp.h +++ b/include/linux/atm_tcp.h @@ -13,7 +13,7 @@ struct atm_vcc; struct module; struct atm_tcp_ops { - int (*attach)(struct atm_vcc *vcc,int itf); + int (*attach)(struct atm_vcc *vcc, int itf); int (*create_persistent)(int itf); int (*remove_persistent)(int itf); struct module *owner; -- 2.17.1
Powered by blists - more mailing lists