From nobody Tue Nov 26 08:23:29 2024 Received: from out-186.mta0.migadu.com (out-186.mta0.migadu.com [91.218.175.186]) (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 74F2B201271 for ; Fri, 18 Oct 2024 17:29:53 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.186 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1729272597; cv=none; b=FZ45UCZHCMfyLrHXToeY+CswWtfg5PrUsnYBvJbhAuXWMjKzv2hpZwaJXSsnYnHvWTiggrwrN4XTgd4KUYBqV3fi7Gjwtm9sMDFoRnXvwm/71OaCgR1XJrRphQ4gqsdqgfn76+bYCZ258hRdRBLK3uebJYFjOUtMZfQYa7/cbnI= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1729272597; c=relaxed/simple; bh=6xzFzO3G/41wII3sYX7hc4hgv8QHCwSwmGy8vXa5Jmo=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=DYTnN6afzL3g1b5Scar2lvLimlee3AzNT0fwIJ4y6vbfxLxnD6QWpyb9M0T6tsdDZnCWatQAQd96wJIu1HzxY2uR5Di586roywL48Aclc8Yti9xRj3MJVUZLua5WUM1V8Lyj0EAWaGxatfwrcPL3uiDrBjV5pcl/mkSRvvPOmyo= 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=G2LkS8T+; arc=none smtp.client-ip=91.218.175.186 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="G2LkS8T+" 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=1729272591; 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=4ahBqgvpjZeA55QcnaUrZX/lYLWJokzFN2P76W1IEXw=; b=G2LkS8T+fgGP95G4QtguxO/5Q03dBsufmhCFQsYbQ45ZGv2RrBFyvBOkQKFVcOkoTiIFCp aAqZpA33TM8Nx09mTSw5hdzok7/dZOWEiHOA615JyuXsycD91r13cDnLWQonClEwKgmV+s UFYRRjKluBZ3FjZqZg9nXXn0rImQNnA= From: Thorsten Blum To: Jonathan Corbet Cc: Thorsten Blum , workflows@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] docs: Remove redundant word "for" Date: Fri, 18 Oct 2024 19:29:25 +0200 Message-ID: <20241018172924.159221-2-thorsten.blum@linux.dev> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-Migadu-Flow: FLOW_OUT Content-Type: text/plain; charset="utf-8" s/for// Signed-off-by: Thorsten Blum --- Documentation/maintainer/pull-requests.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/maintainer/pull-requests.rst b/Documentation/mai= ntainer/pull-requests.rst index 00b200facf67..0d63d9d7e347 100644 --- a/Documentation/maintainer/pull-requests.rst +++ b/Documentation/maintainer/pull-requests.rst @@ -50,7 +50,7 @@ so outline what is contained here, why it should be merge= d, and what, if any, testing has been done. All of this information will end up in the tag itself, and then in the merge commit that the maintainer makes if/when they merge the pull request. So write it up well, as it will be in the kernel -tree for forever. +tree forever. =20 As said by Linus:: =20 --=20 2.47.0