[PATCH v2 0/2] staging: lustre: lprocfs: Fix coding style issues

From: Mathias Rav
Date: Thu May 18 2017 - 22:49:43 EST


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(-)