From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755821AbdESCtk (ORCPT ); Thu, 18 May 2017 22:49:40 -0400 Received: from mail-yw0-f180.google.com ([209.85.161.180]:34717 "EHLO mail-yw0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755761AbdESCtj (ORCPT ); Thu, 18 May 2017 22:49:39 -0400 From: Mathias Rav To: Greg Kroah-Hartman , devel@driverdev.osuosl.org, Oleg Drokin , Andreas Dilger , James Simmons Cc: mathiasrav@gmail.com, Linux Kernel Mailing List , Lustre Development List Subject: [PATCH v2 0/2] staging: lustre: lprocfs: Fix coding style issues Date: Thu, 18 May 2017 22:49:20 -0400 Message-Id: <20170519024922.15222-1-mathiasrav@gmail.com> X-Mailer: git-send-email 2.13.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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(-)