All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dafna Hirschfeld <dafna3@gmail.com>
To: oleg.drokin@intel.com, andreas.dilger@intel.com,
	jsimmons@infradead.org, gregkh@linuxfoundation.org
Cc: Dafna Hirschfeld <dafna3@gmail.com>, outreachy-kernel@googlegroups.com
Subject: [PATCH 0/3] Cleanup for staging lustre obdclass
Date: Sat,  3 Mar 2018 10:12:03 +0200	[thread overview]
Message-ID: <cover.1520014706.git.dafna3@gmail.com> (raw)

Fixes of issues found with checkpatch.pl for the lustre obdclass driver.

Dafna Hirschfeld (3):
  staging: lustre: obdclass: Fix Comparison issues.
  staging: lustre: obdclass: Add 'const' to char* array
  staging: lustre: obdclass: Replace 'unsigned' with 'unsigned int'

 drivers/staging/lustre/lustre/obdclass/cl_io.c            |  6 +++---
 drivers/staging/lustre/lustre/obdclass/cl_lock.c          |  4 ++--
 drivers/staging/lustre/lustre/obdclass/cl_object.c        |  2 +-
 drivers/staging/lustre/lustre/obdclass/lprocfs_counters.c |  4 ++--
 drivers/staging/lustre/lustre/obdclass/lprocfs_status.c   |  4 ++--
 drivers/staging/lustre/lustre/obdclass/lu_object.c        | 12 ++++++------
 6 files changed, 16 insertions(+), 16 deletions(-)

-- 
2.7.4



             reply	other threads:[~2018-03-03  8:12 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-03  8:12 Dafna Hirschfeld [this message]
2018-03-03  8:12 ` [PATCH 1/3] staging: lustre: obdclass: Fix Comparison issues Dafna Hirschfeld
2018-03-03 15:09   ` [Outreachy kernel] " Julia Lawall
2018-03-04  7:05     ` Dafna Hirschfeld
2018-03-04  7:07       ` Julia Lawall
2018-03-04  7:21         ` Dafna Hirschfeld
2018-03-04 11:40           ` Julia Lawall
2018-03-03  8:12 ` [PATCH 2/3] staging: lustre: obdclass: Add 'const' to char* array Dafna Hirschfeld
2018-03-03 15:19   ` [Outreachy kernel] " Julia Lawall
2018-03-03  8:12 ` [PATCH 3/3] staging: lustre: obdclass: Replace 'unsigned' with 'unsigned int' Dafna Hirschfeld
2018-03-03 15:18   ` [Outreachy kernel] " Julia Lawall

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.1520014706.git.dafna3@gmail.com \
    --to=dafna3@gmail.com \
    --cc=andreas.dilger@intel.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=jsimmons@infradead.org \
    --cc=oleg.drokin@intel.com \
    --cc=outreachy-kernel@googlegroups.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.