[PATCH 02/22] [RESEND^2] jffs2: mark __jffs2_dbg_superblock_counts() static

Zhihao Cheng chengzhihao1 at huawei.com
Wed Nov 8 17:07:44 PST 2023


在 2023/11/8 20:58, Arnd Bergmann 写道:
> From: Arnd Bergmann <arnd at arndb.de>
>
> This function is only called locally and does not need to be
> global. Since there is no external prototype, gcc warns about
> the non-static definition:
>
> fs/jffs2/debug.c:160:6: error: no previous prototype for '__jffs2_dbg_superblock_counts' [-Werror=missing-prototypes]
>
> Reviewed-by: Tudor Ambarus <tudor.ambarus at linaro.org>
> Signed-off-by: Arnd Bergmann <arnd at arndb.de>
> ---
>   fs/jffs2/debug.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Zhihao Cheng <chengzhihao1 at huawei.com>



More information about the linux-mtd mailing list