From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-4316.protonmail.ch (mail-4316.protonmail.ch [185.70.43.16]) (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 6DDAC47D93A for ; Wed, 6 May 2026 17:36:28 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.70.43.16 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778088989; cv=none; b=Os6bxsBN2z4cMkoAeEou6zzXA2OZxftl+0KxYb409gkxFkUyBbiBFqvrV4LSsaiqYX4470zsXsUvAVn+aByjDMgHNNIxeYci/etKjZocB0t0tWoqLB/zW1+euMi/wbf2qUrgJvod2VeOOaovIb4GedTSN8X51VNc+xcvYCvztJs= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778088989; c=relaxed/simple; bh=WQF14NSC+4NdljM3IedG9+xpMVExmIxK5jwnFJEcjtI=; h=Date:To:From:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=jmhB5DIV/P1miikrDiW5DgOVclxrCjyL/g/JxfvNU1YZ1NL/PK5H6PPpoQZgjduNzgYOc2EhQH3VdhzFlXTgYiIkNwAxLtquADn8iRkDzblc2ej+P5UL6rc00ZzG6ttodQiNDbsKVKHUYvE/AKv1Ji9QG7JYUXCFY7lidNDDm4U= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=protonmail.com; spf=pass smtp.mailfrom=protonmail.com; dkim=pass (2048-bit key) header.d=protonmail.com header.i=@protonmail.com header.b=NddnxEGf; arc=none smtp.client-ip=185.70.43.16 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=protonmail.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=protonmail.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=protonmail.com header.i=@protonmail.com header.b="NddnxEGf" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail3; t=1778088979; x=1778348179; bh=WQF14NSC+4NdljM3IedG9+xpMVExmIxK5jwnFJEcjtI=; h=Date:To:From:Cc:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID:BIMI-Selector; b=NddnxEGfXsHf4+5GUkx8WCzEQWjq9TIXhZfOpqzO9vWy2qgdeh+oTHj7XNHFHnKdg dxuA0kqP06vpBkYSG1G5cTgl0LQT5JFCI41bu0pdFaUcTWl71Zr1fXLRI79SgEzZfN CBfsrGSyMQdzcl+lmqE6Z3qjUkceOjEp1BwpYn2v0sKpt0MImFjkqncaduJevjk1YO IPXLG2HMmUvSigIuqqnYS+a4q6LVI9SVe8yArXKAt1LoqoKH7rdofiNHoNdozvfwgb bwPhR3w19OV0B4wxpnjJYe0D2mjuARmThuZlftuuQUt+awY9zB2v1CtMF9hP1oSIBB Imjt1fDsc5dkA== Date: Wed, 06 May 2026 17:36:16 +0000 To: Thorsten Leemhuis From: Felipe Matarazzo Cc: Jonathan Corbet , Shuah Khan , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] docs: fix typos in reporting-issues.rst Message-ID: In-Reply-To: <45e18079-ab21-478b-904d-41dc67041f71@leemhuis.info> References: <20260503232816.70687-1-felipemps@protonmail.com> <45e18079-ab21-478b-904d-41dc67041f71@leemhuis.info> Feedback-ID: 9620817:user:proton X-Pm-Message-ID: 049a0fb3eff372e8027051db14d8d0fed4e158a5 Precedence: bulk X-Mailing-List: linux-doc@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi Thorsten, Thanks for the review and the Acked-by! You're right about the underline =E2=80=94 the kernel test robot caught the= same issue [1], so v2 already addresses both the underline length and includes the Reported= -by tag. [1] https://lore.kernel.org/oe-kbuild-all/202605041002.NG14fe8J-lkp@intel.c= om/ Thanks, Felipe