Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1211472

[PATCH 0/5] staging: lustre: fix some trivial checpatck.pl errors

From Mike Rapoport <mike.rapoport@gmail.com>
Newsgroups linux.kernel
Subject [PATCH 0/5] staging: lustre: fix some trivial checpatck.pl errors
Date 2015-08-22 16:20 +0200
Message-ID <q0hOh-4w7-3@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Hi,

These patches fix some trivial checkpatch.pl errors, like spacing,
identation etc.

Mike Rapoport (5):
  staging: lustre: fix whitespace errors reported by checkpatch.pl
  staging: lustre: fix CODE_INDENT checkpatch.pl errors
  staging: lustre: fix GLOBAL_INITIALISERS checkpatch.pl errors
  staging: lustre: fix SWITCH_CASE_INDENT_LEVEL checkpatch.pl errors
  staging: lustre: fix OPEN_BRACE checkpatch.pl errors

 .../staging/lustre/lnet/klnds/socklnd/socklnd_cb.c |   6 +-
 .../lustre/lnet/klnds/socklnd/socklnd_lib.c        |   6 +-
 drivers/staging/lustre/lnet/selftest/conrpc.h      |   4 +-
 drivers/staging/lustre/lnet/selftest/console.c     |  16 +--
 drivers/staging/lustre/lnet/selftest/selftest.h    |  22 +--
 drivers/staging/lustre/lustre/include/cl_object.h  |  14 +-
 .../staging/lustre/lustre/include/lprocfs_status.h |   3 +-
 drivers/staging/lustre/lustre/include/lu_object.h  |  16 +--
 .../lustre/lustre/include/lustre/lustre_idl.h      |  12 +-
 .../lustre/lustre/include/lustre/lustre_user.h     |   7 +-
 .../staging/lustre/lustre/include/lustre_capa.h    |   2 +-
 .../staging/lustre/lustre/include/lustre_disk.h    |   2 +-
 drivers/staging/lustre/lustre/include/lustre_dlm.h |   6 +-
 .../lustre/lustre/include/lustre_dlm_flags.h       | 152 ++++++++++-----------
 drivers/staging/lustre/lustre/include/lustre_lib.h |   6 +-
 drivers/staging/lustre/lustre/include/lustre_net.h |   2 +-
 drivers/staging/lustre/lustre/include/obd.h        |   2 +-
 .../staging/lustre/lustre/include/obd_support.h    |   2 +-
 drivers/staging/lustre/lustre/ldlm/ldlm_resource.c |   4 +-
 drivers/staging/lustre/lustre/libcfs/fail.c        |   4 +-
 .../lustre/lustre/libcfs/linux/linux-tracefile.c   |  22 ++-
 drivers/staging/lustre/lustre/libcfs/tracefile.c   |   4 +-
 drivers/staging/lustre/lustre/llite/file.c         |   4 +-
 .../staging/lustre/lustre/llite/llite_internal.h   |   2 +-
 drivers/staging/lustre/lustre/llite/lproc_llite.c  |   2 +-
 drivers/staging/lustre/lustre/llite/rw.c           |   6 +-
 drivers/staging/lustre/lustre/llite/statahead.c    |   4 +-
 drivers/staging/lustre/lustre/llite/vvp_io.c       |   2 +-
 drivers/staging/lustre/lustre/lmv/lmv_obd.c        |   2 +-
 drivers/staging/lustre/lustre/lov/lov_obd.c        |   4 +-
 drivers/staging/lustre/lustre/obdclass/capa.c      |   2 +-
 drivers/staging/lustre/lustre/obdclass/cl_io.c     |  10 +-
 drivers/staging/lustre/lustre/obdclass/cl_lock.c   |   6 +-
 drivers/staging/lustre/lustre/obdclass/cl_object.c |   5 +-
 drivers/staging/lustre/lustre/obdclass/class_obd.c |  12 +-
 drivers/staging/lustre/lustre/obdclass/genops.c    |   6 +-
 drivers/staging/lustre/lustre/obdclass/llog.c      |   4 +-
 .../lustre/lustre/obdclass/lprocfs_counters.c      |   2 +-
 drivers/staging/lustre/lustre/obdclass/lu_object.c |   4 +-
 .../staging/lustre/lustre/obdclass/obd_config.c    |   6 +-
 drivers/staging/lustre/lustre/osc/osc_request.c    |   6 +-
 .../staging/lustre/lustre/ptlrpc/lproc_ptlrpc.c    |   2 +-
 42 files changed, 203 insertions(+), 202 deletions(-)

-- 
2.1.0

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 0/5] staging: lustre: fix some trivial checpatck.pl errors Mike Rapoport <mike.rapoport@gmail.com> - 2015-08-22 16:20 +0200
  [PATCH 3/5] staging: lustre: fix GLOBAL_INITIALISERS checkpatch.pl errors Mike Rapoport <mike.rapoport@gmail.com> - 2015-08-22 16:20 +0200
  [PATCH 4/5] staging: lustre: fix SWITCH_CASE_INDENT_LEVEL checkpatch.pl errors Mike Rapoport <mike.rapoport@gmail.com> - 2015-08-22 16:20 +0200
  Re: [PATCH 1/5] staging: lustre: fix whitespace errors reported by  checkpatch.pl Greg Kroah-Hartman <greg@kroah.com> - 2015-09-03 02:50 +0200
    Re: [PATCH 1/5] staging: lustre: fix whitespace errors reported by  checkpatch.pl Greg Kroah-Hartman <greg@kroah.com> - 2015-09-03 07:40 +0200

csiph-web