From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-16.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C9F95C433E0 for ; Wed, 10 Mar 2021 16:05:03 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8E94D60190 for ; Wed, 10 Mar 2021 16:05:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233119AbhCJQEa (ORCPT ); Wed, 10 Mar 2021 11:04:30 -0500 Received: from mail.kernel.org ([198.145.29.99]:57514 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232821AbhCJQEU (ORCPT ); Wed, 10 Mar 2021 11:04:20 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 9311964EFC; Wed, 10 Mar 2021 16:04:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1615392260; bh=R3nAU4oVFrRwftJI5JeDSFqVV4m8k4B7Lvbt1v2OarE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=dOEVCC5QgsCOXP3AnAXgwYzvpFav7dN7o4G9iuNgYWNG4CteV01kAdYe8b1xNW6Gb LR2W/31F29lkIQFxPatQy3Kq/BahHPGxtsS3HYuNI0aLkpEXbHZhadJsF6lmJfuauy O+Up51d83JDGOKt56vFQ/PPnutq9/UwUj12pjYq4= Date: Wed, 10 Mar 2021 17:04:17 +0100 From: Greg KH To: Mahak Gupta Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] Match alignment with open parenthesis Message-ID: References: <20210221234409.11627-1-gmahak1@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210221234409.11627-1-gmahak1@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Feb 22, 2021 at 05:14:09AM +0530, Mahak Gupta wrote: > This patches fixes the checks- 'Alignment should match open parenthesis' > of 'checkpatch.pl'. > > Signed-off-by: Mahak Gupta > --- > drivers/staging/octeon-usb/octeon-hcd.c | 32 +++++++++++++------------ > 1 file changed, 17 insertions(+), 15 deletions(-) This got lost as you didn't put the subsystem on the subject line :( Please resend with "staging: " as a prefix on the subject line so our tools can pick this up properly. thanks, greg k-h