From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932579AbdCISh4 (ORCPT ); Thu, 9 Mar 2017 13:37:56 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:53058 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754822AbdCIShw (ORCPT ); Thu, 9 Mar 2017 13:37:52 -0500 Date: Thu, 9 Mar 2017 19:37:36 +0100 From: Greg Kroah-Hartman To: Arushi Singhal Cc: w.d.hubbs@gmail.com, devel@driverdev.osuosl.org, Kirk Reiser , speakup@linux-speakup.org, linux-kernel@vger.kernel.org, outreachy-kernel@googlegroups.com, Samuel Thibault , Chris Brannon Subject: Re: [PATCH] staging: speakup: fix "Alignment match open parenthesis" Message-ID: <20170309183736.GA15627@kroah.com> References: <20170309165330.GA21513@arushi-HP-Pavilion-Notebook> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170309165330.GA21513@arushi-HP-Pavilion-Notebook> User-Agent: Mutt/1.8.0 (2017-02-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Mar 09, 2017 at 10:23:30PM +0530, Arushi Singhal wrote: > Fix checkpatch issues: "CHECK: Alignment should match open parenthesis". > > Signed-off-by: Arushi Singhal > --- > drivers/staging/speakup/i18n.c | 2 +- > drivers/staging/speakup/kobjects.c | 40 +++++++++++++++++++------------------- > 2 files changed, 21 insertions(+), 21 deletions(-) Also does not apply to my tree :( greg k-h