From: David Howells Date: Thu, 11 Dec 2025 11:50:46 +0000 (+0000) Subject: cifs: Scripted clean up fs/smb/client/netlink.h X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88b0fe67e61e064aa04397970e60d685425fed48;p=thirdparty%2Flinux.git cifs: Scripted clean up fs/smb/client/netlink.h Remove externs, correct argument names and reformat declarations. Signed-off-by: David Howells cc: Steve French cc: Paulo Alcantara cc: Enzo Matsumiya cc: linux-cifs@vger.kernel.org cc: linux-fsdevel@vger.kernel.org cc: linux-kernel@vger.kernel.org Acked-by: Enzo Matsumiya Signed-off-by: Steve French --- diff --git a/fs/smb/client/netlink.h b/fs/smb/client/netlink.h index e2fa8ed24c546..d35eef981b6be 100644 --- a/fs/smb/client/netlink.h +++ b/fs/smb/client/netlink.h @@ -10,7 +10,7 @@ extern struct genl_family cifs_genl_family; -extern int cifs_genl_init(void); -extern void cifs_genl_exit(void); +int cifs_genl_init(void); +void cifs_genl_exit(void); #endif /* _CIFS_NETLINK_H */