From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from vps0.lunn.ch (vps0.lunn.ch [156.67.10.101]) (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 E2F3F2BEFFD; Fri, 3 Jul 2026 16:49:13 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=156.67.10.101 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783097355; cv=none; b=p0E+tYduEvyrxUF8ymDqPjVl/519E7SsqyVNWtlPaup+nectKOeLajwsUbAoRa3cXb7PYcEaIYnXRn8cip9uS3uZWpqkDA5plUMAFArHiW4lak707TfHhRj4js042CQMyDJGvcvQhuXE7QO+mDYnhy33cd4jZzmmI7xK0rviwmw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783097355; c=relaxed/simple; bh=DW8Kf/W07wnmel1ihkI8fXZTHAYF8dvkKkKEdVNWc7Y=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=S2ygSIVToTFywckOpM60aCq0WfSRSD5D6vDNBjGA4mYzfrCfdQ1IgbhU9973OVMy9A5Bu8YUYYuPRLdSAvd9gXR8UgCxeiodgmqWmloUgrt17zeJ3RPSLKimjx86VVbS0RBeq05LmCs7HJ9QkdORpimo/ltzcZJeJ1wR3rCMk2c= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lunn.ch; spf=pass smtp.mailfrom=lunn.ch; dkim=pass (1024-bit key) header.d=lunn.ch header.i=@lunn.ch header.b=st7E7XKu; arc=none smtp.client-ip=156.67.10.101 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lunn.ch Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=lunn.ch Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=lunn.ch header.i=@lunn.ch header.b="st7E7XKu" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To:Content-Disposition:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:From:Sender:Reply-To:Subject: Date:Message-ID:To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:Content-Disposition:In-Reply-To:References; bh=KkfkIxit2DyHiIlOS7bD5oQMicHBv7cPPNHZOnBEHG0=; b=st7E7XKulO1Kr4VkSmLkL0DKAs Vpqggk54xydD2P5g0byGIcVzEPDjEm4ySWu0uFYXuuWFCBXslCqStkR9rYymeQebdPxf78hRdkF6D H76JII4/NlzlONGHU5fJgJV1MaBltjdhKYaUo3gjGPfppDjqSMz9KekaeJMWAlJwNxR0=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1wfh4d-00AZth-1r; Fri, 03 Jul 2026 18:49:07 +0200 Date: Fri, 3 Jul 2026 18:49:07 +0200 From: Andrew Lunn To: Praveen Rajendran Cc: andrew+netdev@lunn.ch, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] net: qed: Fix spelling typo in qed_dcbx.c comment Message-ID: <5821933d-00eb-4251-9016-a216ed5721ca@lunn.ch> References: <20260703143130.3685-1-praveenrajendran2009@gmail.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: <20260703143130.3685-1-praveenrajendran2009@gmail.com> On Fri, Jul 03, 2026 at 08:01:30PM +0530, Praveen Rajendran wrote: > Correct a minor spelling error inside a comment block of the QLogic > Core module where "successfully" was misspelled as "successfuly". > > Signed-off-by: Praveen Rajendran Reviewed-by: Andrew Lunn Before submitting more patches to netdev, please read: https://www.kernel.org/doc/html/latest/process/maintainer-netdev.html Andrew