From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-185.mta0.migadu.com (out-185.mta0.migadu.com [91.218.175.185]) (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 61805430BA2 for ; Mon, 2 Mar 2026 13:52:26 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.185 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772459547; cv=none; b=FBUtYubOQC6GglIiLMh1xNg+TllP3OVNMcYLIyqzSzTAOQopmmx37nl7/a6kK1TuQ6L2AKFc9gscIo7ZZCRDBKBE4xwxpsArypm6D0Mxye9oRtrAfzerJda153KcVq1VOvpmJW38YoKaWlhwQZj7RjKcyq4P0dp8rVo2jopbj8E= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772459547; c=relaxed/simple; bh=nEWI01aw8sQ2UhDWbmhb/eDRmKVCVIQdOa82//Djx6I=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=Kb7SSCevtSp14nN6zQ0m4DlDmIcIzlWkyqFzFA+Th/U+Th56h7/fLzjPNGYYn7WfziuaSSIvVyX2Sm4Xlov607zcNh9B3UsVPOsknziamyd3KG5yQm3FyxcpO3aNsjh2tv2XTgE9ZLQFpUe7+UaLDGTlf/yDTvn0eCSxuQLcSD4= 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=ai5HoXsw; arc=none smtp.client-ip=91.218.175.185 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="ai5HoXsw" X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1772459534; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=3CjI6zZAWQ/pg0Nb8eCP0hEFm8Ja5hA1ON+alHZYdPQ=; b=ai5HoXswInkj4bu4gvvrfmO+pqH8OfUcRcyVwfiuCO7VgqauBtgsTTo4OI50P7QxGehVZm DCIyvC+bvD7FLLzQny7XhvAAoiZkBel+WJ4sWIgyW3CjDTEcFMZdIzL6p6UKJpzzGjKTs7 f0EBpd5UoaGFjqTw4ADRTRUmeejdRD8= From: Thorsten Blum To: Jonathan Corbet , Shuah Khan Cc: Thorsten Blum , workflows@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] Documentation/maintainer-tip: Fix grammar Date: Mon, 2 Mar 2026 14:51:42 +0100 Message-ID: <20260302135141.3213-2-thorsten.blum@linux.dev> Precedence: bulk X-Mailing-List: workflows@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT s/a empty newline/an empty newline/ Signed-off-by: Thorsten Blum --- Documentation/process/maintainer-tip.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/process/maintainer-tip.rst b/Documentation/process/maintainer-tip.rst index 41d5855700cd..b2b14439be22 100644 --- a/Documentation/process/maintainer-tip.rst +++ b/Documentation/process/maintainer-tip.rst @@ -352,7 +352,7 @@ following tag ordering scheme: Changelog text starts here.... so the authorship is preserved. The 'From:' line has to be followed - by a empty newline. If that 'From:' line is missing, then the patch + by an empty newline. If that 'From:' line is missing, then the patch would be attributed to the person who sent (transported, handled) it. The 'From:' line is automatically removed when the patch is applied and does not show up in the final git changelog. It merely affects -- Thorsten Blum GPG: 1D60 735E 8AEF 3BE4 73B6 9D84 7336 78FD 8DFE EAD4