All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Cleanup for staging lustre obdclass
@ 2018-03-03  8:12 Dafna Hirschfeld
  2018-03-03  8:12 ` [PATCH 1/3] staging: lustre: obdclass: Fix Comparison issues Dafna Hirschfeld
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Dafna Hirschfeld @ 2018-03-03  8:12 UTC (permalink / raw)
  To: oleg.drokin, andreas.dilger, jsimmons, gregkh
  Cc: Dafna Hirschfeld, outreachy-kernel

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



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

end of thread, other threads:[~2018-03-04 11:40 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-03  8:12 [PATCH 0/3] Cleanup for staging lustre obdclass Dafna Hirschfeld
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

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.