[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20170519024922.15222-1-mathiasrav@gmail.com>
Date: Thu, 18 May 2017 22:49:20 -0400
From: Mathias Rav <mathiasrav@...il.com>
To: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
devel@...verdev.osuosl.org, Oleg Drokin <oleg.drokin@...el.com>,
Andreas Dilger <andreas.dilger@...el.com>,
James Simmons <jsimmons@...radead.org>
Cc: mathiasrav@...il.com,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Lustre Development List <lustre-devel@...ts.lustre.org>
Subject: [PATCH v2 0/2] staging: lustre: lprocfs: Fix coding style issues
This patchset fixes two style issues in lprocfs_status.c related to
simple_strtoul and seq_printf (reported by checkpatch).
v1->v2:
- Patch 1/2 now completely removes lprocfs_{rd,wr}_uint
- Patch 2/2 unchanged
Mathias Rav (2):
staging: lustre: Use kstrtouint_from_user in ldlm_rw_uint
staging: lustre: lprocfs: Use seq_puts instead of seq_printf
.../staging/lustre/lustre/ldlm/ldlm_resource.c | 20 +++++++-
.../lustre/lustre/obdclass/lprocfs_status.c | 54 ++++-----------------
2 files changed, 29 insertions(+), 45 deletions(-)
Powered by blists - more mailing lists