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=-5.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no 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 E9AF2C433E0 for ; Fri, 19 Feb 2021 10:40:45 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id AC82064EC4 for ; Fri, 19 Feb 2021 10:40:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230144AbhBSKk3 (ORCPT ); Fri, 19 Feb 2021 05:40:29 -0500 Received: from mail.kernel.org ([198.145.29.99]:55182 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229878AbhBSKkO (ORCPT ); Fri, 19 Feb 2021 05:40:14 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 0E3BE64E43; Fri, 19 Feb 2021 10:39:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1613731170; bh=urp5ZOcocqWHVmfIWn6PjXFv/C9rB6YTIaWKOtHWh4k=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ISp7o3lKsD1idpqx3DrPqcrG2YYXsowcS4Umi/rJJRJxedH6Bol6628CRrKZwkSIC jLvOOvgYPLv46ipwJT7D3vlI6VAaz7PmpR5j+d1fGNuWSti9tP6wDzBLGS9PW7xZxS fFjq3eaaCknamwPx7G55oIqoOQUmaOkDbLtW5BoE= Date: Fri, 19 Feb 2021 11:39:27 +0100 From: Greg KH To: 17UCS047_Prakash Dubey Cc: devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] staging: fwserial: Fix alignment of function parameters Message-ID: References: <20210218102851.GA20810@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Feb 19, 2021 at 03:25:38PM +0530, 17UCS047_Prakash Dubey wrote: > I was unable to align it right below the opening parenthesis, just by using > tabs. And when I did that with spaces, the checkpatch yelled at me for > using spaces. Any suggestions how to do this without using spaces? I am > using vim, I will try to find a workaround meanwhile. I have no context here for what you are asking about at all, sorry. greg k-h