Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752891AbbG0Nrh (ORCPT ); Mon, 27 Jul 2015 09:47:37 -0400 Received: from blu004-omc1s2.hotmail.com ([65.55.116.13]:54378 "EHLO BLU004-OMC1S2.hotmail.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751353AbbG0Nrg (ORCPT ); Mon, 27 Jul 2015 09:47:36 -0400 X-TMN: [djWCHRyMER4JHLrEONiV5kYBD67inluv] X-Originating-Email: [incarnation.p.lee@outlook.com] Message-ID: From: "Incarnation P. Lee" To: oleg.drokin@intel.com, andreas.dilger@intel.com, gregkh@linuxfoundation.org, Julia.Lawall@lip6.fr CC: HPDD-discuss@ml01.01.org, devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org, "Pan Li" Subject: [PATCH 0/5] staging: lustre: Fix a file 8 warnings of coding sytle. Date: Mon, 27 Jul 2015 13:47:11 +0800 X-Mailer: git-send-email 1.9.0 In-Reply-To: References: X-OriginalArrivalTime: 27 Jul 2015 13:47:34.0861 (UTC) FILETIME=[CAD63FD0:01D0C872] MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 730 Lines: 20 From: "Pan Li" Fix file cl_page.c 8 coding style warning issues as follow: Replace spaces at the start of a line. Adjust code indent for macro and tail blackslash Add a blank line after declarations. Remove a trailing */ of a separate line. Remove unnecessary braces {} for single statement blocks drivers/staging/lustre/lustre/obdclass/cl_page.c | 25 +++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) -- 1.9.0 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/