From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754283AbbBPTZA (ORCPT ); Mon, 16 Feb 2015 14:25:00 -0500 Received: from smtprelay0014.hostedemail.com ([216.40.44.14]:60685 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753315AbbBPTY7 (ORCPT ); Mon, 16 Feb 2015 14:24:59 -0500 X-Session-Marker: 6A6F6540706572636865732E636F6D X-Spam-Summary: 2,0,0,,d41d8cd98f00b204,joe@perches.com,:::::::::::,RULES_HIT:41:355:379:541:968:988:989:1260:1345:1437:1534:1541:1711:1730:1747:1777:1792:2393:2559:2562:3138:3139:3140:3141:3142:3352:3865:3866:3867:3868:4419:4605:5007:6261:7903:10004:10848:11026:11658:11914:12043:12296:12517:12519:12679:13311:13357:14096:14394:21080,0,RBL:none,CacheIP:none,Bayesian:0.5,0.5,0.5,Netcheck:none,DomainCache:0,MSF:not bulk,SPF:fn,MSBL:0,DNSBL:none,Custom_rules:0:0:0 X-HE-Tag: plane61_6564653546f07 X-Filterd-Recvd-Size: 1969 From: Joe Perches To: Oleg Drokin , Andreas Dilger Cc: Greg Kroah-Hartman , HPDD-discuss@ml01.01.org, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: [PATCH 0/3] staging: lustre: Remove use of return val of seq_printf Date: Mon, 16 Feb 2015 11:24:46 -0800 Message-Id: X-Mailer: git-send-email 2.1.2 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org seq_printf should eventually be converted to a void function. Remove the uses of seq_printf return values and use seq_has_overflowed() instead. Joe Perches (3): staging: lustre: Convert return seq_printf(...) uses to seq_has_overflowed staging: lustre: Convert uses of "int rc = seq_printf(...)" staging: lustre: Convert remaining uses of "= seq_printf(...)" drivers/staging/lustre/lustre/fid/lproc_fid.c | 23 ++-- drivers/staging/lustre/lustre/libcfs/hash.c | 11 +- drivers/staging/lustre/lustre/llite/lproc_llite.c | 127 ++++++++++++--------- drivers/staging/lustre/lustre/lmv/lproc_lmv.c | 18 ++- drivers/staging/lustre/lustre/lov/lproc_lov.c | 30 +++-- drivers/staging/lustre/lustre/mdc/lproc_mdc.c | 6 +- .../lustre/lustre/obdclass/linux/linux-module.c | 40 ++++--- .../lustre/lustre/obdclass/lprocfs_status.c | 120 ++++++++++--------- drivers/staging/lustre/lustre/obdclass/lu_object.c | 25 ++-- drivers/staging/lustre/lustre/osc/lproc_osc.c | 67 +++++------ .../staging/lustre/lustre/ptlrpc/lproc_ptlrpc.c | 25 ++-- drivers/staging/lustre/lustre/ptlrpc/sec_bulk.c | 82 +++++++------ 12 files changed, 313 insertions(+), 261 deletions(-) -- 2.1.2