mbox series

[0/4] Follow up to checkpatch fixes

Message ID 20211102134608.1588018-1-dominique.martinet@atmark-techno.com (mailing list archive)
Headers show
Series Follow up to checkpatch fixes | expand

Message

Dominique Martinet Nov. 2, 2021, 1:46 p.m. UTC
From: Dominique Martinet <asmadeus@codewreck.org>

This is quite some churn (especially 2nd patch) for very little gain,
I'm not quite decided on what to do with this.

First patch is harmless enough and some people care about SPDX licenses
so I guess it'll get in, and the later two are real improvements so will
definitely get in, but opinions on the big patch are definitely welcome
(along with reviews if any)

Thanks!

Dominique Martinet (4):
  9p: fix file headers
  9p: fix a bunch of checkpatch warnings
  9p v9fs_parse_options: replace simple_strtoul with kstrtouint
  9p p9mode2perm: remove useless strlcpy and check sscanf return code

 fs/9p/acl.c                |  11 +-
 fs/9p/acl.h                |  27 +--
 fs/9p/cache.c              |   4 +-
 fs/9p/v9fs.c               |  19 +-
 fs/9p/v9fs_vfs.h           |  11 +-
 fs/9p/vfs_addr.c           |   8 +-
 fs/9p/vfs_dentry.c         |   4 +-
 fs/9p/vfs_dir.c            |   2 -
 fs/9p/vfs_file.c           |   3 +-
 fs/9p/vfs_inode.c          |  29 ++-
 fs/9p/vfs_inode_dotl.c     |  11 +-
 fs/9p/vfs_super.c          |  11 +-
 fs/9p/xattr.c              |  10 +-
 fs/9p/xattr.h              |  29 +--
 include/net/9p/9p.h        |  12 +-
 include/net/9p/client.h    |  24 ++-
 include/net/9p/transport.h |  20 +-
 net/9p/client.c            | 432 ++++++++++++++++++-------------------
 net/9p/error.c             |   4 +-
 net/9p/mod.c               |  11 +-
 net/9p/protocol.c          |  38 ++--
 net/9p/protocol.h          |   4 +-
 net/9p/trans_common.c      |  10 +-
 net/9p/trans_common.h      |  12 +-
 net/9p/trans_fd.c          |   2 -
 net/9p/trans_rdma.c        |   2 -
 net/9p/trans_xen.c         |  25 +--
 27 files changed, 345 insertions(+), 430 deletions(-)