From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id A661E1D6187 for ; Thu, 29 Jan 2026 14:56:13 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769698573; cv=none; b=DUqdeZeLKBXkDF1aiidAwQ+bTUG9Imrsa5O+VQHF+ouAQUiAHjb1vJ92CveuNNQoaSYmLjUgKzBMYrcuC8lfR6ukJ4AIwWzdT/NduzqCby1waiCbiMujIePjSWZSUdQO52Fc7nBhG+cRLmAcQJmrAKRKheJDMSm+nXQvRh41uTU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769698573; c=relaxed/simple; bh=Jkrg5kYBkPR/En3zoQdEOngNgOmtEethBjPLNUuWbHY=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=OvnPOSbQ3Gg5Eviti4IZ5SezykoCVcet34Yr0lMcyIKLlCNq++6xSkOElWPBi7OahqcYGm3yRI5AV+6l8YW992kcB/J+cqYMuUGpmAgtl6dq3A8BbcoN/LhQOzsMozuEnMrtgB5eCPFNiL0HtIU7TMvXZEgNT+RfW7UMa2qT6HU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=PiCt9O+D; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="PiCt9O+D" Received: by smtp.kernel.org (Postfix) with ESMTPSA id C086CC19422; Thu, 29 Jan 2026 14:56:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1769698573; bh=Jkrg5kYBkPR/En3zoQdEOngNgOmtEethBjPLNUuWbHY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=PiCt9O+DedcJps0pJ3wyhMsRY03CiVuvAmWzpu/VaTljUWRJNPZuF1XgpG5mNarPr LTEmLuKb6AVkmaDdGQ4aND7CxNqcQsWggGv/gfo4ZrL21QKE9USAtNkuzVzWZ0mB4S xZlBDZ8uI6+hWVIYuvQS+sYHfzVzMZyS2wq1GC/NeJbiaBFnJn/sbqvMwWCLIIwwWa jg/rmGdCtW2ZKd8MY/sO4TsB9o2NhhNp09cQUexnABa2Km+0TkSBH1JrTZm1qgnf+J AQSrXv6J89xLDGOxRo8DotG1TmsKap6kPmX0KfFuAxBUNobcR5GuPJJNovl3xrcym3 T2GFZXx8kLcKQ== Date: Thu, 29 Jan 2026 14:56:08 +0000 From: Simon Horman To: Alok Tiwari Cc: sbhatta@marvell.com, hkelam@marvell.com, gakula@marvell.com, sgoutham@marvell.com, bbhushan2@marvell.com, pabeni@redhat.com, kuba@kernel.org, edumazet@google.com, davem@davemloft.net, andrew+netdev@lunn.ch, netdev@vger.kernel.org, alok.a.tiwarilinux@gmail.com Subject: Re: [PATCH net-next] octeontx2-pf: Fix header guard comment in otx2_devlink.h Message-ID: References: <20260127174333.1247747-1-alok.a.tiwari@oracle.com> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260127174333.1247747-1-alok.a.tiwari@oracle.com> On Tue, Jan 27, 2026 at 09:42:52AM -0800, Alok Tiwari wrote: > The closing #endif comment in otx2_devlink.h refers to RVU_DEVLINK_H, > but the actual header guard is OTX2_DEVLINK_H. > > Fix the comment to match the correct header guard name. > > Signed-off-by: Alok Tiwari Reviewed-by: Simon Horman