linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/10] fix coding style for ext2 filesystem
@ 2018-11-13  0:04 Chengguang Xu
  2018-11-13  0:04 ` [PATCH 01/10] ext2: fix coding style for acl.h Chengguang Xu
                   ` (10 more replies)
  0 siblings, 11 replies; 13+ messages in thread
From: Chengguang Xu @ 2018-11-13  0:04 UTC (permalink / raw)
  To: jack; +Cc: linux-ext4, Chengguang Xu

This patch set fixes some coding style warnings which are from
checkpatch.pl.

Detail warning/error messages are below:

WARNING: function definition argument 'struct inode *' should
also have an identifier name

WARNING: space prohibited between function name and open
parenthesis '(' 

WARNING: line over 80 characters

ERROR: "foo * bar" should be "foo *bar"

---

Chengguang Xu (10):
  ext2: fix coding style for acl.h
  ext2: fix coding style for balloc.c
  ext2: fix coding style for dir.c
  ext2: fix coding style for ext2.h
  ext2: fix coding style for inode.c
  ext2: fix coding style for file.c
  ext2: fix coding style for ialloc.c
  ext2: fix coding style for namei.c
  ext2: fix coding style for super.c
  ext2: fix coding style for xattr.c

 fs/ext2/acl.h    |   4 +-
 fs/ext2/balloc.c |  34 ++++++++--------
 fs/ext2/dir.c    |  18 ++++-----
 fs/ext2/ext2.h   | 100 +++++++++++++++++++++++++++--------------------
 fs/ext2/file.c   |   2 +-
 fs/ext2/ialloc.c |  18 ++++-----
 fs/ext2/inode.c  |  12 +++---
 fs/ext2/namei.c  |  55 ++++++++++++++------------
 fs/ext2/super.c  |  26 ++++++------
 fs/ext2/xattr.c  |  17 ++++----
 10 files changed, 152 insertions(+), 134 deletions(-)

-- 
2.17.2

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2018-12-12 13:49 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-13  0:04 [PATCH 00/10] fix coding style for ext2 filesystem Chengguang Xu
2018-11-13  0:04 ` [PATCH 01/10] ext2: fix coding style for acl.h Chengguang Xu
2018-11-13  0:04 ` [PATCH 02/10] ext2: fix coding style for balloc.c Chengguang Xu
2018-11-13  0:04 ` [PATCH 03/10] ext2: fix coding style for dir.c Chengguang Xu
2018-11-13  0:04 ` [PATCH 04/10] ext2: fix coding style for ext2.h Chengguang Xu
2018-11-13  0:04 ` [PATCH 05/10] ext2: fix coding style for inode.c Chengguang Xu
2018-11-13  0:04 ` [PATCH 06/10] ext2: fix coding style for file.c Chengguang Xu
2018-11-13  0:04 ` [PATCH 07/10] ext2: fix coding style for ialloc.c Chengguang Xu
2018-11-13  0:04 ` [PATCH 08/10] ext2: fix coding style for namei.c Chengguang Xu
2018-11-13  0:04 ` [PATCH 09/10] ext2: fix coding style for super.c Chengguang Xu
2018-11-13  0:04 ` [PATCH 10/10] ext2: fix coding style for xattr.c Chengguang Xu
2018-12-12 13:15 ` [PATCH 00/10] fix coding style for ext2 filesystem Jan Kara
2018-12-12 13:49   ` cgxu519

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).