From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from submarine.notk.org (submarine.notk.org [62.210.214.84]) (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 4E87138F255; Sun, 13 Sep 2026 08:15:25 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=62.210.214.84 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1789287328; cv=none; b=aUTwnP1kh+qASojch1WI5vw0i9M7ZVY0yWzl9uxoSov9gYhVbmaw9fATYXMHJLCEIgNpbrmbzb3uNba99Xj7ClauxVGJbiFtsNM+wxIuwnR7sFN9rjtgw4DbIm3UW7NXK302D9axsJysStjkp5dA1R2J2CW/gNQNuahml4z5wME= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1789287328; c=relaxed/simple; bh=ZwX/sKgD4G0VcC4XB1mDDk2M+5z62rV/m7lm8c/UpSw=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=p5rI/lvtI/2/+lpZQgN4yzlVMVe/dotl/AKXSFUwy2C58wrkcJu/yjPGUOK8oV6jMqV0SaNSg75Nx9GnzM3hfs0gnY6NWjdigE2BuC2cv0+AE+EsEts7j1hytWRupQphA2cuvRZf06XYGdwxofiu5RyxoAfiybk53xZw1QtKDhs= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=codewreck.org; spf=pass smtp.mailfrom=codewreck.org; dkim=pass (2048-bit key) header.d=codewreck.org header.i=@codewreck.org header.b=zdd5PH1A; arc=none smtp.client-ip=62.210.214.84 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=codewreck.org Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=codewreck.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=codewreck.org header.i=@codewreck.org header.b="zdd5PH1A" Received: from gaia.codewreck.org (localhost [127.0.0.1]) by submarine.notk.org (Postfix) with ESMTPS id 240A314C2D6; Sun, 13 Sep 2026 10:15:18 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=codewreck.org; s=2; t=1789287322; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=dNwiMx4hsnzXWsqlz16b37QsaalOt2bbFOd/Ze1iAQM=; b=zdd5PH1AHt8amEEtXEnufc2EzB3aaiKzE3TOs+egOvIkK6oiPMmhXU3HEjvXgmePQkmjGz 3cuhbgB6Rz4aMdjCsE4FhUqgBzwb2lvBVmuP7LHQyGQ8F8l+Nj19zbCXFMUKev80naGU8L 9veVYLD0Slj42savNP9y5L5CcpvrJlpeurmm7LgTQzsxUJIVeVvfpIzQokigeETQJ5Uvcy bZlEx8vk12JkgfU7S090JYNCglJ5aecl6seHO4il0hGsE7WAXDrvmAurLswA4eXYo3le7X ikRbHDDZ5Hfx7o2eVQbU05FyrCBnYL4ZKjxxaN/ggZ90YPIq7IURSANOdudZ1Q== Received: from localhost (gaia.codewreck.org [local]) by gaia.codewreck.org (OpenSMTPD) with ESMTPA id 2ec5db01; Sun, 13 Sep 2026 08:15:17 +0000 (UTC) Date: Sun, 13 Sep 2026 17:15:02 +0900 From: Dominique Martinet To: Hemanth Selam Cc: Eric Van Hensbergen , Latchesar Ionkov , Christian Schoenebeck , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Simon Horman , linux-kernel@vger.kernel.org, v9fs@lists.linux.dev, netdev@vger.kernel.org Subject: Re: [PATCH] net: fix typos in comments Message-ID: References: <20260904112100.34541-1-hemanth.selam@gmail.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20260904112100.34541-1-hemanth.selam@gmail.com> Hemanth Selam wrote on Fri, Sep 04, 2026 at 04:50:59PM +0530: > Fix typos in comments, reported by scripts/checkpatch.pl using the > misspelling list in scripts/spelling.txt. Only touches comments, no code > changes. > > Assisted-by: Cursor:claude-opus-5 > Signed-off-by: Hemanth Selam Thanks, picked up for 7.4 -- Dominique Martinet | Asmadeus