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 35B33C433EF for ; Sat, 21 May 2022 00:50:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1351643AbiEUAu0 (ORCPT ); Fri, 20 May 2022 20:50:26 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34294 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236257AbiEUAuQ (ORCPT ); Fri, 20 May 2022 20:50:16 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4FF5E195900; Fri, 20 May 2022 17:50:15 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id ADBBCB82EDA; Sat, 21 May 2022 00:50:13 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 646FAC34115; Sat, 21 May 2022 00:50:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1653094212; bh=dgEWgf2QoicXMs6ILtrfEfwg45ghqytaoT3pSSyceWI=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=Us3lSvkZN7RcRTbMjyS2u/vMe/3YmFy28OeVHhDDFP11habMd41GIP9nbivyZxFi8 2/m4GeaHw/HAPyXGLo67p1R8PqXaPSLGIfhFkLP0WVm54kloLnDapHfqLEK7v36/KO AdjQy4se0Qq56aYBzbIXu7HSFLXFe+1ViuiTWVsami3Ym6J4efkjo/Yw91j9/CoMQY uwGnzWztHG7V10CoEt8WH8vBmWRwtHFggZEGK+mqDiawfEl58mMfWr9DYbY8rR0Raf NTWmEo1hgKq2cz+RTNb5MfsYsbB0Lqw/uXWot3v8iqJyHqiHxyfU0FHziDdr5vHWLQ GVKjavPQsXuuQ== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id 4AB09F03935; Sat, 21 May 2022 00:50:12 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next v2] net: vxlan: Fix kernel coding style From: patchwork-bot+netdevbpf@kernel.org Message-Id: <165309421230.963.13198867606656703517.git-patchwork-notify@kernel.org> Date: Sat, 21 May 2022 00:50:12 +0000 References: <20220520003614.6073-1-eng.alaamohamedsoliman.am@gmail.com> In-Reply-To: <20220520003614.6073-1-eng.alaamohamedsoliman.am@gmail.com> To: Alaa Mohamed Cc: netdev@vger.kernel.org, outreachy@lists.linux.dev, roopa@nvidia.com, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, linux-kernel@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net-next.git (master) by Jakub Kicinski : On Fri, 20 May 2022 02:36:14 +0200 you wrote: > The continuation line does not align with the opening bracket > and this patch fix it. > > Signed-off-by: Alaa Mohamed > --- > changes in v2: > fix the alignment of the "DST, VNI, ifindex and port are mutually exclusive with NH_ID" > string to the open parenthesis of the NL_SET_ERR_MSG macro in vxlan_fdb_parse(). > > [...] Here is the summary with links: - [net-next,v2] net: vxlan: Fix kernel coding style https://git.kernel.org/netdev/net-next/c/c2e10f53455c You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html