diff options
author | Markus Elfring <elfring@users.sourceforge.net> | 2016-01-04 08:13:21 +0300 |
---|---|---|
committer | Dave Chinner <david@fromorbit.com> | 2016-01-04 08:13:21 +0300 |
commit | a841b64df29b4c7e68ce564d752dfb2042db5404 (patch) | |
tree | 23345028be9659e59719c0744e85ff79b7124bd7 /fs/xfs/libxfs/xfs_da_btree.c | |
parent | c5ab131ba0df8c1f1f52ffa6214d60aafeeddbd0 (diff) | |
download | linux-a841b64df29b4c7e68ce564d752dfb2042db5404.tar.xz |
XFS: Use a signed return type for suffix_kstrtoint()
The return type "unsigned long" was used by the suffix_kstrtoint()
function even though it will eventually return a negative error code.
Improve this implementation detail by using the type "int" instead.
This issue was detected by using the Coccinelle software.
Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Reviewed-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
Diffstat (limited to 'fs/xfs/libxfs/xfs_da_btree.c')
0 files changed, 0 insertions, 0 deletions