[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20190428191229.GJ24089@mit.edu>
Date: Sun, 28 Apr 2019 15:12:29 -0400
From: "Theodore Ts'o" <tytso@....edu>
To: Gabriel Krisman Bertazi <krisman@...labora.com>
Cc: linux-ext4@...r.kernel.org
Subject: Re: [PATCH e2fsprogs 05/10] ext2fs: nls: Merge sparse fixes from the
kernel version
On Sat, Apr 13, 2019 at 01:43:12AM -0400, Gabriel Krisman Bertazi wrote:
> The sparse script complained about the following issues in the kernel
> version of this script. This patch port the fixes to the userspace
> version.
>
> sparse warnings: (new ones prefixed by >>)
>
> >> fs/unicode/utf8-norm.c:41:24: sparse: non-ANSI function declaration
> of function 'utf8version_latest'
>
> vim +/utf8version_latest +41 fs/unicode/utf8-norm.c
>
> 40
> > 41 int utf8version_latest()
> 42 {
> 43 return utf8vers;
> 44 }
> 45 EXPORT_SYMBOL(utf8version_latest);
> 46
>
> Signed-off-by: Gabriel Krisman Bertazi <krisman@...labora.com>
Thanks, applied.
- Ted
Powered by blists - more mailing lists