Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1645139
| From | Mathias Rav <mathiasrav@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 0/2] staging: lustre: lprocfs: Fix coding style issues |
| Date | 2017-05-19 04:50 +0200 |
| Message-ID | <tIG9j-3ZH-1@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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(-)
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v2 0/2] staging: lustre: lprocfs: Fix coding style issues Mathias Rav <mathiasrav@gmail.com> - 2017-05-19 04:50 +0200 [PATCH v2 1/2] staging: lustre: Use kstrtouint_from_user in ldlm_rw_uint Mathias Rav <mathiasrav@gmail.com> - 2017-05-19 04:50 +0200 [PATCH v2 2/2] staging: lustre: lprocfs: Use seq_puts instead of seq_printf Mathias Rav <mathiasrav@gmail.com> - 2017-05-19 05:00 +0200
csiph-web