lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date: Fri, 7 Jun 2024 17:19:10 +0700
From: Bagas Sanjaya <bagasdotme@...il.com>
To: lakshmi.sowjanya.d@...el.com, tglx@...utronix.de, giometti@...eenne.com,
	corbet@....net, linux-kernel@...r.kernel.org,
	linux-doc@...r.kernel.org
Cc: gregkh@...uxfoundation.org, andriy.shevchenko@...ux.intel.com,
	eddie.dong@...el.com, christopher.s.hall@...el.com,
	pandith.n@...el.com, subramanian.mohan@...el.com,
	thejesh.reddy.t.r@...el.com
Subject: Re: [PATCH v9 2/3] Documentation: driver-api: pps: Add Intel Timed
 I/O PPS generator

On Wed, Jun 05, 2024 at 09:05:53PM +0530, lakshmi.sowjanya.d@...el.com wrote:
> +Usage of Intel Timed I/O as PPS generator:
> +
> +Start generating PPS signal::
> +        $echo 1 > /sys/devices/platform/INTCxxxx\:00/enable
> +
> +Stop generating PPS signal::
> +        $echo 0 > /sys/devices/platform/INTCxxxx\:00/enable

You forget to separate literal blocks above:

---- >8 ----
diff --git a/Documentation/driver-api/pps.rst b/Documentation/driver-api/pps.rst
index c812d1cb760eee..75f7b094f9635e 100644
--- a/Documentation/driver-api/pps.rst
+++ b/Documentation/driver-api/pps.rst
@@ -264,7 +264,9 @@ the PPS signal to an external device.
 Usage of Intel Timed I/O as PPS generator:
 
 Start generating PPS signal::
+
         $echo 1 > /sys/devices/platform/INTCxxxx\:00/enable
 
 Stop generating PPS signal::
+
         $echo 0 > /sys/devices/platform/INTCxxxx\:00/enable

Thanks.

-- 
An old man doll... just what I always wanted! - Clara

Download attachment "signature.asc" of type "application/pgp-signature" (229 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ