Re: [PATCH 02/22] [RESEND^2] jffs2: mark __jffs2_dbg_superblock_counts() static
Zhihao Cheng <[email protected]>
| Newsgroups | gmane.linux.ports.mips,gmane.linux.kernel,gmane.linux.kbuild.devel,gmane.linux.ports.alpha,gmane.linux.kernel.arc,gmane.linux.ports.arm.kernel,gmane.linux.ports.ppc64.devel,gmane.linux.ports.riscv,gmane.linux.ports.sh.devel,gmane.linux.ports.sparc,gmane.linux.network,gmane.linux.ports.parisc,gmane.linux.usb.general,gmane.comp.video.dri.devel,gmane.linux.drivers.mtd |
|---|---|
| Message-ID | <[email protected]> |
鍦 2023/11/8 20:58, Arnd Bergmann 鍐欓亾: > From: Arnd Bergmann <[email protected]> > > 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 <[email protected]> > Signed-off-by: Arnd Bergmann <[email protected]> > --- > fs/jffs2/debug.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Zhihao Cheng <[email protected]>