All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/12] staging: lustre: fix code styling issues and remove macros without users
@ 2017-09-19 15:39 Aastha Gupta
  2017-09-19 15:39 ` [PATCH 01/12] staging: lustre: fix incorrect multi-line comment style Aastha Gupta
                   ` (12 more replies)
  0 siblings, 13 replies; 16+ messages in thread
From: Aastha Gupta @ 2017-09-19 15:39 UTC (permalink / raw)
  To: outreachy-kernel, William Hubbs, Chris Brannon, Kirk Reiser,
	Samuel Thibault, Greg Kroah-Hartman
  Cc: Aastha Gupta

These patches fix: 
- multi line comment styling 
- line over 80 characters 
- macro definitions warnings by checkpatch.pl 
- drops macros without any users 
- Comparisons should place the constant on the right side

This patch series includes all the patches I sent for this driver to
show the correct order.

Aastha Gupta (12):
  staging: lustre: fix incorrect multi-line comment style
  staging: lustre: fix comparisons should place the constant on the
    right side
  staging: lustre: fix macro definitions warnings
  staging: lustre: drop macro that has no uses
  staging: lustre: put trailing */ on separate line
  staging: lustre: fid: fix line over 80 characters
  staging: lustre: fld: fix line over 80 characters
  staging: lustre: ldlm: fix lines over 80 characters in ldlm files
  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/fid/fid_request.c    |  3 +-
 drivers/staging/lustre/lustre/fld/fld_request.c    |  3 +-
 drivers/staging/lustre/lustre/include/lu_object.h  | 18 ++++----
 .../lustre/lustre/include/lustre_dlm_flags.h       |  6 ++-
 .../staging/lustre/lustre/include/lustre_errno.h   | 51 ++++++++++++++--------
 drivers/staging/lustre/lustre/ldlm/ldlm_extent.c   |  3 +-
 drivers/staging/lustre/lustre/ldlm/ldlm_flock.c    |  6 ++-
 drivers/staging/lustre/lustre/ldlm/ldlm_internal.h |  4 +-
 drivers/staging/lustre/lustre/ldlm/ldlm_lock.c     | 33 +++++++++-----
 drivers/staging/lustre/lustre/ldlm/ldlm_lockd.c    |  6 ++-
 drivers/staging/lustre/lustre/ldlm/ldlm_pool.c     |  6 ++-
 drivers/staging/lustre/lustre/ldlm/ldlm_request.c  | 41 ++++++++++-------
 drivers/staging/lustre/lustre/ldlm/ldlm_resource.c |  3 +-
 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 +-
 26 files changed, 242 insertions(+), 132 deletions(-)

-- 
2.7.4



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

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

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-19 15:39 [PATCH 00/12] staging: lustre: fix code styling issues and remove macros without users Aastha Gupta
2017-09-19 15:39 ` [PATCH 01/12] staging: lustre: fix incorrect multi-line comment style Aastha Gupta
2017-09-19 15:39 ` [PATCH 02/12] staging: lustre: fix comparisons should place the constant on the right side Aastha Gupta
2017-09-19 15:39 ` [PATCH 03/12] staging: lustre: fix macro definitions warnings Aastha Gupta
2017-09-19 15:39 ` [PATCH 04/12] staging: lustre: drop macro that has no uses Aastha Gupta
2017-09-19 15:39 ` [PATCH 05/12] staging: lustre: put trailing */ on separate line Aastha Gupta
2017-09-19 15:39 ` [PATCH 06/12] staging: lustre: fid: fix line over 80 characters Aastha Gupta
2017-09-19 15:39 ` [PATCH 07/12] staging: lustre: fld: " Aastha Gupta
2017-09-19 15:39 ` [PATCH 08/12] staging: lustre: ldlm: fix lines over 80 characters in ldlm files Aastha Gupta
2017-09-19 15:39 ` [PATCH 09/12] staging: lustre: llite: fix lines over 80 characters in llite files Aastha Gupta
2017-09-19 15:39 ` [PATCH 10/12] staging: lustre: llite: fix identation in dir Aastha Gupta
2017-09-19 15:59   ` [Outreachy kernel] " Julia Lawall
2017-09-19 15:39 ` [PATCH 11/12] staging: lustre: lllite: fix multi line comments alignment in file Aastha Gupta
2017-09-19 15:39 ` [PATCH 12/12] staging: lustre: llite: fix multi line comments style Aastha Gupta
2017-09-19 15:40 ` [PATCH 00/12] staging: lustre: fix code styling issues and remove macros without users Samuel Thibault
2017-09-19 15:43   ` 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.