From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758160AbbJ2X22 (ORCPT ); Thu, 29 Oct 2015 19:28:28 -0400 Received: from smtp1.ccs.ornl.gov ([160.91.199.38]:35529 "EHLO smtp1.ccs.ornl.gov" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757924AbbJ2X20 (ORCPT ); Thu, 29 Oct 2015 19:28:26 -0400 From: James Simmons To: Greg Kroah-Hartman , devel@driverdev.osuosl.org, Oleg Drokin , Andreas Dilger Cc: Linux Kernel Mailing List , lustre-devel@lists.lustre.org, James Simmons Subject: [PATCH 0/3] make nidstring.c kernel style compliant Date: Thu, 29 Oct 2015 19:28:20 -0400 Message-Id: <1446161303-798-1-git-send-email-jsimmons@infradead.org> X-Mailer: git-send-email 1.7.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Last patch set to make nidstring.c and nidstr.h both report no errors with checkpatch and removal of the remaining white spaces. James Simmons (3): staging: lustre: checkpatch cleanups for nidstring.c staging: lustre: white space cleanups for nidstring.c staging: lustre: checkpatch cleanups for nidstr.h drivers/staging/lustre/include/linux/lnet/nidstr.h | 9 ++- drivers/staging/lustre/lnet/lnet/nidstrings.c | 98 +++++++++++--------- 2 files changed, 60 insertions(+), 47 deletions(-)