All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] fix code styling warnings in llite files
@ 2017-09-15  9:40 Aastha Gupta
  2017-09-15  9:40 ` [PATCH 1/4] staging: lustre: llite: fix lines over 80 characters " Aastha Gupta
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Aastha Gupta @ 2017-09-15  9:40 UTC (permalink / raw)
  To: outreachy-kernel, Oleg Drokin, Andreas Dilger, James Simmons,
	Greg Kroah-Hartman
  Cc: Aastha Gupta

These patches fix various checkpatch.pl warnings in llite files.

---------------------------------------------------------------------------

Aastha Gupta (4):
  staging: lustre: llite: fix lines over 80 characters in llite files
  staging: lustre: llite: fix identation in dir
  staging: lustre: lllite: fix multi line comments alignment in file
  staging: lustre: llite: fix multi line comments style

 drivers/staging/lustre/lustre/llite/dcache.c       |  9 +++--
 drivers/staging/lustre/lustre/llite/dir.c          | 24 +++++++-----
 drivers/staging/lustre/lustre/llite/file.c         | 16 +++++---
 .../staging/lustre/lustre/llite/llite_internal.h   | 25 ++++++++----
 drivers/staging/lustre/lustre/llite/llite_lib.c    | 45 ++++++++++++++--------
 drivers/staging/lustre/lustre/llite/llite_mmap.c   |  3 +-
 drivers/staging/lustre/lustre/llite/llite_nfs.c    |  3 +-
 drivers/staging/lustre/lustre/llite/namei.c        | 24 ++++++++----
 drivers/staging/lustre/lustre/llite/rw.c           | 15 +++++---
 drivers/staging/lustre/lustre/llite/rw26.c         |  3 +-
 drivers/staging/lustre/lustre/llite/statahead.c    | 18 +++++----
 drivers/staging/lustre/lustre/llite/super25.c      |  3 +-
 drivers/staging/lustre/lustre/llite/xattr_cache.c  |  3 +-
 13 files changed, 124 insertions(+), 67 deletions(-)

-- 
2.7.4



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

end of thread, other threads:[~2017-09-15  9:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-15  9:40 [PATCH 0/4] fix code styling warnings in llite files Aastha Gupta
2017-09-15  9:40 ` [PATCH 1/4] staging: lustre: llite: fix lines over 80 characters " Aastha Gupta
2017-09-15  9:40 ` [PATCH 2/4] staging: lustre: llite: fix identation in dir Aastha Gupta
2017-09-15  9:40 ` [PATCH 3/4] staging: lustre: lllite: fix multi line comments alignment in file Aastha Gupta
2017-09-15  9:40 ` [PATCH 4/4] staging: lustre: llite: fix multi line comments style Aastha Gupta

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.