From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 7B9E8343890; Thu, 4 Jun 2026 02:21:30 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780539691; cv=none; b=gvXGWP3hp7SgXa34/0XEnWnhNltgwRt3szCVbLjixBAk698UcRS8SerRf23no+gml98Q825iaX/ak4OeCMejaMrV4VCMr+3LzP40Q/GuJ3iduHS6mm/7oiph9pUTHta+PkqIOnYa+IIM/0apMD2Ld0BcEtCl5/AtazX1BCAjWrk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780539691; c=relaxed/simple; bh=7ZvVXVH6XJPs9cdZFiCPo4IpSHYqzK8OmR3iDhrvKSI=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=jWsM/tLIjgM9tQXoMa+E662eL8ScMM2YKAtyis51ASuoJnoKufpHnrczyHvHq/QuJFe4PZvppdRHy2fG5gb9h9MtygRM3IRRsRTzzIsZVqbUfTCTqDWeOxTf27P6z2Le28wUtvDpUD08kzCT7LTZyJQVctmlI14eLmWwL8tTnBc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=i7ULMw3r; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="i7ULMw3r" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2A3FA1F00893; Thu, 4 Jun 2026 02:21:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1780539690; bh=hPjrlOz2n01Vwt1n1fwG5GnjOFf8BkQ6pkQK9AjijTk=; h=Date:From:To:Cc:Subject:In-Reply-To:References; b=i7ULMw3rNx1FOeQTY/FP05qnJvxonfDckgJGowjEwL1+4wYl23X/lCfe6SSxOxUtS T2qrAW8W2m2tKH7WyxP5dMlfJda/D3K7hfswGMJaeFJcht+B8TsVPbZflXiLgeSqRF ucERdMlKbxMgeUVcojGBHSQ4cx8glwcls2gzb0A95z/AyeAmhI+9N+8kJl53lrbz32 Ub9H5IEimZLuJsrvCiwYbdUFj+7zgNDSr2nLu0UfJ82ZBYTyWRuW96X5pKlVEFFWqc 9pCYpYhN40SCri56P0jUmAB6C/oaM0udKFWcRjX7v5aBLz2m1L5yeLJxB6sDdH8r/X jprPfpfqUEVcQ== Date: Wed, 3 Jun 2026 19:21:29 -0700 From: Jakub Kicinski To: Jakub Raczynski Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org Subject: Re: [PATCH net-next v3] net/sun: Fix multiple typos in comments Message-ID: <20260603192129.53f9ca9b@kernel.org> In-Reply-To: <20260601163727.554364-1-j.raczynski@samsung.com> References: <20260601163727.554364-1-j.raczynski@samsung.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-Transfer-Encoding: 7bit On Mon, 1 Jun 2026 18:37:27 +0200 Jakub Raczynski wrote: > there is no reason not to fix them. Time needed to process these patches (you are at v3?!) and space in git history are two reasons that come to mind. These are ancient drivers. The most action these files will see in the future is git rm.. I'll apply but please try to adjust the compass a little more towards actively used code.