From: Aastha Gupta <aastha.gupta4104@gmail.com>
To: outreachy-kernel@googlegroups.com,
William Hubbs <w.d.hubbs@gmail.com>,
Chris Brannon <chris@the-brannons.com>,
Kirk Reiser <kirk@reisers.ca>,
Samuel Thibault <samuel.thibault@ens-lyon.org>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Aastha Gupta <aastha.gupta4104@gmail.com>
Subject: [PATCH 00/12] staging: lustre: fix code styling issues and remove macros without users
Date: Tue, 19 Sep 2017 21:09:12 +0530 [thread overview]
Message-ID: <cover.1505834825.git.aastha.gupta4104@gmail.com> (raw)
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
next reply other threads:[~2017-09-19 15:39 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-09-19 15:39 Aastha Gupta [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1505834825.git.aastha.gupta4104@gmail.com \
--to=aastha.gupta4104@gmail.com \
--cc=chris@the-brannons.com \
--cc=gregkh@linuxfoundation.org \
--cc=kirk@reisers.ca \
--cc=outreachy-kernel@googlegroups.com \
--cc=samuel.thibault@ens-lyon.org \
--cc=w.d.hubbs@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.