Received: by 2002:aa6:c3ca:0:b029:c8:4414:5686 with SMTP id b10csp1812814lkq; Fri, 19 Mar 2021 12:30:05 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzWBDbJUt9jv8wuNfyva3cDp8elcZ7h+SItcl4VBcZNL21aJCwzWXgejXk0AI/hD7LNdg57 X-Received: by 2002:a05:6402:105a:: with SMTP id e26mr11479195edu.164.1616182205712; Fri, 19 Mar 2021 12:30:05 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1616182205; cv=none; d=google.com; s=arc-20160816; b=sX7yaWG8HbUC97P3oeAut8eDQZmhVpkqLSnUM1krL2ZqqiUlF/2ybO9R1rQ9387Ma5 jKHQdjZ6voaxA6Z5646tmjw7tQmFdyIl9pzO4ldsuC8cO29JEjF8GNfhqYoReL3etWB+ h7ntc/heeHugPszUAKTKO+86TWWM+SwJdTFjSPuQCFVpBgccRoObOfzX8Em5ZCGWId5F G5PZDVr5GlqeFSdA6H/xsl8Y15xKNpx+i52Zpvlp8SrIXGvptHKPVnV2hEYMjn3RzBKp k3At7n2BAP26QvM6B6V3uKwc9eD0CH5DMOR0cvi9NAuuxAU/2qGZ+izLO6YDIWCINi8N SipA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=8ajlmLw2NGnvFny5sdhIdh102EX9vuyk+eyA/lXMSg8=; b=bqu5jaUstmBR3JcwYQlMGkpanxrMtKG8se1VzCrukq32N25YlDxUTk5mg3iRn4X0jQ b345gaIco/23WBJ90tScrzBu48ObDpm3uyGzdlNtMOrn/hQ26lvW6NrwgGfQ4U10HOzD vQmTD9WV6ZqNh3n9qoVSiZkc+btp/wVHZdyvOR3BzYKgpwsMxOY0JRK2Ml01UhZjdsIb O5oNClkUOX13wHFeS4fb3JoP8lQoraQY6abkxbg4lBx5tWAics92/M1Em6xULb6KEjyD ayyEuj2t3PD51wQMTNGHkupf87mElJ8ajXks4wSUTfwXOr/kIx46AdWcvhizEO6H6RZ2 U2+Q== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id t10si4820781edq.420.2021.03.19.12.29.43; Fri, 19 Mar 2021 12:30:05 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230527AbhCST20 (ORCPT + 99 others); Fri, 19 Mar 2021 15:28:26 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35308 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229956AbhCST1x (ORCPT ); Fri, 19 Mar 2021 15:27:53 -0400 Received: from wp530.webpack.hosteurope.de (wp530.webpack.hosteurope.de [IPv6:2a01:488:42:1000:50ed:8234::]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 54BCAC061760; Fri, 19 Mar 2021 12:27:53 -0700 (PDT) Received: from ip4d142c50.dynamic.kabel-deutschland.de ([77.20.44.80] helo=truhe.fritz.box); authenticated by wp530.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) id 1lNKmk-0003Lu-5b; Fri, 19 Mar 2021 20:27:50 +0100 From: Thorsten Leemhuis To: Jonathan Corbet Cc: Randy Dunlap , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v3 1/5] docs: reporting-issues.rst: fix small typos and style issues Date: Fri, 19 Mar 2021 20:27:45 +0100 Message-Id: X-Mailer: git-send-email 2.30.2 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-bounce-key: webpack.hosteurope.de;linux@leemhuis.info;1616182073;048012f6; X-HE-SMSGID: 1lNKmk-0003Lu-5b Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Fix a typo and change "head over" to "scroll down", as suggested by Jon when reviewing another patch that used the phrase the same way. Signed-off-by: Thorsten Leemhuis --- Documentation/admin-guide/reporting-issues.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/admin-guide/reporting-issues.rst b/Documentation/admin-guide/reporting-issues.rst index 18b1280f7abf..3b43748d8911 100644 --- a/Documentation/admin-guide/reporting-issues.rst +++ b/Documentation/admin-guide/reporting-issues.rst @@ -145,7 +145,7 @@ After these preparations you'll now enter the main part: running. * Reproduce the issue with the kernel you just installed. If it doesn't show - up there, head over to the instructions for issues only happening with + up there, scroll down to the instructions for issues only happening with stable and longterm kernels. * Optimize your notes: try to find and write the most straightforward way to @@ -901,7 +901,7 @@ Reproduce issue with the fresh kernel ------------------------------------- *Reproduce the issue with the kernel you just installed. If it doesn't show - up there, head over to the instructions for issues only happening with + up there, scroll down to the instructions for issues only happening with stable and longterm kernels.* Check if the issue occurs with the fresh Linux kernel version you just @@ -1292,7 +1292,7 @@ you never have heard of yet; or you might be asked to apply a patch to the Linux kernel sources to test if it helps. In some cases it will be fine sending a reply asking for instructions how to do that. But before going that route try to find the answer own your own by searching the internet; alternatively -consider asking in other places for advice. For example ask a fried or post +consider asking in other places for advice. For example ask a friend or post about it to a chatroom or forum you normally hang out. **Be patient**: If you are really lucky you might get a reply to your report -- 2.30.2