Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9304a812 authored by Stephen Rothwell's avatar Stephen Rothwell Committed by Trond Myklebust
Browse files

nfs: non void functions must return a value

parent b3b536a1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -413,6 +413,7 @@ extern void _nfs_display_fhandle(const struct nfs_fh *fh, const char *caption);
#else
static inline u32 nfs_display_fhandle_hash(const struct nfs_fh *fh)
{
	return 0;
}
static inline void nfs_display_fhandle(const struct nfs_fh *fh,
				       const char *caption)