From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754843AbbG1LcX (ORCPT ); Tue, 28 Jul 2015 07:32:23 -0400 Received: from mail-pd0-f170.google.com ([209.85.192.170]:34835 "EHLO mail-pd0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751945AbbG1LcW (ORCPT ); Tue, 28 Jul 2015 07:32:22 -0400 Date: Tue, 28 Jul 2015 17:02:15 +0530 From: Sudip Mukherjee To: Mario Bambagini Cc: oleg.drokin@intel.com, devel@driverdev.osuosl.org, gregkh@linuxfoundation.org, andreas.dilger@intel.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 2/5] staging: lustre: fixed 80-char rule Message-ID: <20150728113215.GD15027@sudip-pc> References: <1438024825-18120-1-git-send-email-mario.bambagini@gmail.com> <1438024825-18120-2-git-send-email-mario.bambagini@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1438024825-18120-2-git-send-email-mario.bambagini@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jul 27, 2015 at 09:20:22PM +0200, Mario Bambagini wrote: > This patch fixes 2 lines longer than 80 chars > > The first one is a function whose argument has been moved to next line. > The second one is a comment split on two lines > > Signed-off-by: Mario Bambagini > --- > > -static inline void update_capa_timer(struct obd_capa *ocapa, unsigned long expiry) > +static inline void update_capa_timer(struct obd_capa *ocapa, > + unsigned long expiry) You are adding a new checkpatch warning here: "Alignment should match open parenthesis" regards sudip