linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] Documentation: dev-tools: Fix a typo in autofdo documentation
@ 2025-08-31 15:11 Harshit Mogalapalli
  2025-09-03 21:45 ` Jonathan Corbet
  0 siblings, 1 reply; 2+ messages in thread
From: Harshit Mogalapalli @ 2025-08-31 15:11 UTC (permalink / raw)
  To: Rong Xu, Han Shen, Jonathan Corbet, workflows, linux-doc,
	linux-kernel
  Cc: Harshit Mogalapalli

Use "cat /proc/cpuinfo" instead of "cat proc/cpuinfo".

Signed-off-by: Harshit Mogalapalli <harshit.m.mogalapalli@oracle.com>
---
 v1 -> v2: Fix a typo in commit message.

 Documentation/dev-tools/autofdo.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/dev-tools/autofdo.rst b/Documentation/dev-tools/autofdo.rst
index 1f0a451e9ccd..bcf06e7d6ffa 100644
--- a/Documentation/dev-tools/autofdo.rst
+++ b/Documentation/dev-tools/autofdo.rst
@@ -131,11 +131,11 @@ Here is an example workflow for AutoFDO kernel:
 
      For Zen3::
 
-      $ cat proc/cpuinfo | grep " brs"
+      $ cat /proc/cpuinfo | grep " brs"
 
      For Zen4::
 
-      $ cat proc/cpuinfo | grep amd_lbr_v2
+      $ cat /proc/cpuinfo | grep amd_lbr_v2
 
      The following command generated the perf data file::
 
-- 
2.50.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH v2] Documentation: dev-tools: Fix a typo in autofdo documentation
  2025-08-31 15:11 [PATCH v2] Documentation: dev-tools: Fix a typo in autofdo documentation Harshit Mogalapalli
@ 2025-09-03 21:45 ` Jonathan Corbet
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Corbet @ 2025-09-03 21:45 UTC (permalink / raw)
  To: Harshit Mogalapalli, Rong Xu, Han Shen, workflows, linux-doc,
	linux-kernel
  Cc: Harshit Mogalapalli

Harshit Mogalapalli <harshit.m.mogalapalli@oracle.com> writes:

> Use "cat /proc/cpuinfo" instead of "cat proc/cpuinfo".
>
> Signed-off-by: Harshit Mogalapalli <harshit.m.mogalapalli@oracle.com>
> ---
>  v1 -> v2: Fix a typo in commit message.
>
>  Documentation/dev-tools/autofdo.rst | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/Documentation/dev-tools/autofdo.rst b/Documentation/dev-tools/autofdo.rst
> index 1f0a451e9ccd..bcf06e7d6ffa 100644
> --- a/Documentation/dev-tools/autofdo.rst
> +++ b/Documentation/dev-tools/autofdo.rst
> @@ -131,11 +131,11 @@ Here is an example workflow for AutoFDO kernel:
>  
>       For Zen3::
>  
> -      $ cat proc/cpuinfo | grep " brs"
> +      $ cat /proc/cpuinfo | grep " brs"
>  
>       For Zen4::
>  
> -      $ cat proc/cpuinfo | grep amd_lbr_v2
> +      $ cat /proc/cpuinfo | grep amd_lbr_v2
>  
>       The following command generated the perf data file::

Applied, thanks.

jon

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-09-03 21:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-31 15:11 [PATCH v2] Documentation: dev-tools: Fix a typo in autofdo documentation Harshit Mogalapalli
2025-09-03 21:45 ` Jonathan Corbet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).