From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 D264036C9D0 for ; Mon, 2 Mar 2026 13:52:07 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=198.137.202.133 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772459529; cv=none; b=N1Ij7dqU2hGNHA56aJw2KDwI0JM/nLnC1po7OdDyUJepyOvoon/kFvuVB3U4/f0Ek2FJLX3OTjsj9HapJ5Udq+uapenj7SmNa/Qk1xWN09q5xieOkgVJCk9fdNXa/sQ3HkZKvd7UqqstqlhdJ3XdebxTD8wZ0d4CgCMQ9uGhB60= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772459529; c=relaxed/simple; bh=j7Q90u9Wey2thEViQqh1aZ7epjlXKIgWxyiQRsyjmuc=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=sRJMuGb76ibaf35UyBlS+jv4QrXrl/4xb0AdtgSg2Q1jjUcPpsu74WMXYXOV9COcJSV2fnUPtaZ5ZsBeCyp6C1PQR/Srene65w7thZIG1WMLnKZPlzoenm7XRZ+wwEWI/ZeV8Chvbp5bqugLpLj+LWUPS5wBO5ykLhfvaSJe4qs= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=infradead.org; spf=none smtp.mailfrom=bombadil.srs.infradead.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b=SfE+byvE; arc=none smtp.client-ip=198.137.202.133 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=infradead.org Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=bombadil.srs.infradead.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="SfE+byvE" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=In-Reply-To:Content-Type:MIME-Version :References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=AaqHtqWmOF9hRZG8kYmHF7cvCHh3pX6/QOes+yZLGGA=; b=SfE+byvEgSUtFweud3dWtu+oGx km11YTkQssGansX4mr07VD6/O4Td7aQxQUeMhaNWds1YTW5IIzPB0S9DPMt/yb5tQjffTgZF7pEwm IUMujlYMy+aVh2oSYfksLpyjthMR+6F8K56qeXEgSsKX6c3TSRQr3Yu/G4Xhv2KrBOzcMzrumewI7 YbAs9w6Bw3Dh4px7qjywVkQ0crmjNgOkb237LAcAHifK+BTxn0yiPZvvFsn0sNVoAynjj1pgPibiC fE3FYPzIF0ZZ9MKFk/ieFj9ahbKlxwVO5H8z5RuKWsjHOu9SKUiGDfKrWbcDyMOwYa4cWQDDQSBGM vrl6xvGw==; Received: from hch by bombadil.infradead.org with local (Exim 4.98.2 #2 (Red Hat Linux)) id 1vx3gs-0000000DAAr-258l; Mon, 02 Mar 2026 13:52:06 +0000 Date: Mon, 2 Mar 2026 05:52:06 -0800 From: Christoph Hellwig To: Josh Law Cc: Catalin Marinas , Will Deacon , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Josh Law Subject: Re: [PATCH 1/2] arm64: lib: xor-neon: remove redundant filename comment Message-ID: References: <20260301152820.2589291-1-objecting@objecting.org> 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=us-ascii Content-Disposition: inline In-Reply-To: <20260301152820.2589291-1-objecting@objecting.org> X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html On Sun, Mar 01, 2026 at 03:28:19PM +0000, Josh Law wrote: > The filename in the header comment is redundant and not recommended by Linux kernel coding style. I have a pretty big series pending that changes this file in meaninful ways. But even without that please never send standalone patches for trivial cleanups like this, only do them if you have to touch the code for another reason anyway.