From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-172.mta0.migadu.com (out-172.mta0.migadu.com [91.218.175.172]) (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 37DBD208961; Mon, 2 Feb 2026 07:43:20 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.172 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770018202; cv=none; b=b59r8mOe2r6D7k6c/rXlTwkWhA4zfl1DFcCfNxPOM7T6yie2q+SmssShbcX9PF82WW1oZK3frWyrmryePDLiTS+52cq6gu3eghTCu6QnqJoo5oLwdI/eG2fKv3CzTL2pMlEWXvs60OM3ShM4ya6nRaP8GI/9EMU/mXeJo/i3WjE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1770018202; c=relaxed/simple; bh=G7Ms0Rdb076S1fetXyEIkIwmDu+ivrLjNBLHbP+2rsE=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=Q5pUsLMadYF7po32eIUIA4InHMwLLzopRZFVi7VBMeNl4r4gdLQRI5rtBbcC6znYbTrmMDgnfSGiAIzRYcbrCyY3EY7jw4mT7u70ffy3wR1Ats3ICn5yTTQ2aWj+aKgUwJV2SNakZHPCIyeXrWL+295NvGa1A1yuv0x0opnVjus= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=n/QYfyh2; arc=none smtp.client-ip=91.218.175.172 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="n/QYfyh2" Message-ID: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1770018188; 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: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=G7Ms0Rdb076S1fetXyEIkIwmDu+ivrLjNBLHbP+2rsE=; b=n/QYfyh2o06E59isIib+1RpgCaFdFKk5mTGmQ0ehzmTDBQcbmITS0vDCpzqXtpu8vs+IYr c2ZF5/KKEBML2OJYZQNWZC8H5doWuUvPNfcNmNQZ+1LFayd/LwhEv3+/6EDHjxiq/A3Ext CpQCXDaBVEsHx3Tn0wZdPC8EMzNq15k= Date: Mon, 2 Feb 2026 15:43:01 +0800 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Subject: Re: [PATCH net-next] net: stmmac: Correct spelling from clk_scr_i to clk_csr_i To: Huacai Chen Cc: Huacai Chen , Andrew Lunn , "David S . Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Alexandre Torgue , Jose Abreu , Serge Semin , loongarch@lists.linux.dev, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, stable@vger.kernel.org References: <20260201023619.366505-1-chenhuacai@loongson.cn> <524246d9-bc9b-4d65-814d-d544b53bcd0b@linux.dev> Content-Language: en-US X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Yanteng Si In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT 在 2026/2/2 15:29, Huacai Chen 写道: > On Mon, Feb 2, 2026 at 9:36 AM Yanteng Si wrote: >> >> 在 2026/2/1 10:36, Huacai Chen 写道: >>> In include/linux/stmmac.h clk_csr_i is spelled as clk_scr_i by mistake, >>> so correct it. >>> >>> Cc: stable@vger.kernel.org >>> Signed-off-by: Huacai Chen >> fix tag? >> >> But this is just a comment, no need to backport it (I'm fine either way). >> >> If no fix tag, please update the subject to typo fix instead. > Why? Is the subject line wrong? You're absolutely right, and "typo" specifically refers to a typographical error in written content—this patch is a correction to a comment, so using "typo" is perfectly appropriate. I might be misinterpreting the wording here – what I really want is to tell exactly what a patch modifies from the subject alone, without having to check the patch content. Maybe "correct comment" is a better fit. I know I'm splitting hairs a bit, but I couldn't just stay silent after receiving your patch, right? Thanks, Yanteng > > Huacai > >> >> Thanks, >> >> Yanteng >> >> >>