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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 19299EB64DD for ; Sat, 5 Aug 2023 06:14:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229730AbjHEGOk (ORCPT ); Sat, 5 Aug 2023 02:14:40 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34038 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229481AbjHEGOi (ORCPT ); Sat, 5 Aug 2023 02:14:38 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1473F4ED0 for ; Fri, 4 Aug 2023 23:14:38 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 5F49160AE3 for ; Sat, 5 Aug 2023 06:14:37 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 63FF8C433C7; Sat, 5 Aug 2023 06:14:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1691216076; bh=W99doICB6Cl6UeOwEEeN2r3DGMhBmFMk1bg+59AQZXY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=iJjptcteEVsxO8e8EcIXKoNcEhCj7qFkq0f7RG4+WK4BnFgH1m9sXzkJ+0tgKXq4G WuV1xU7qufoEvf6g8G8/3TX+hwiG8HUFpBYmEQyM0xcDlL3zOyma6OA5rE/+uRPBcP /0VjU6cJd6baBWcw1cMGIYqZl4NOXpcv7EVrOHss= Date: Sat, 5 Aug 2023 08:14:33 +0200 From: Greg KH To: Alexon Oliveira Cc: martyn@welchs.me.uk, manohar.vanga@gmail.com, linux-kernel@vger.kernel.org, linux-staging@lists.linux.dev Subject: Re: [PATCH] staging: vme_user: fix check alignment should match open parenthesis Message-ID: <2023080510-vacation-support-7afe@gregkh> References: 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, Aug 04, 2023 at 06:20:50PM -0300, Alexon Oliveira wrote: > Fixed all CHECK: Alignment should match open parenthesis > as reported by checkpatch to adhere to the Linux kernel > coding-style guidelines. This does not describe the changes you actually made in this patch :(