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>] [day] [month] [year] [list]
Date:   Sat, 20 May 2023 20:12:01 +0800
From:   Sui Jingfeng <15330273260@....cn>
To:     Maxime Ripard <mripard@...nel.org>,
        Thomas Zimmermann <tzimmermann@...e.de>,
        David Airlie <airlied@...il.com>,
        Daniel Vetter <daniel@...ll.ch>,
        Sui Jingfeng <suijingfeng@...ngson.cn>,
        Li Yi <liyi@...ngson.cn>
Cc:     linux-kernel@...r.kernel.org, dri-devel@...ts.freedesktop.org,
        loongson-kernel@...ts.loongnix.cn
Subject: [PATCH] drm/drm_device.h: fix a typo

From: Sui Jingfeng <suijingfeng@...ngson.cn>

Replace it with if

Signed-off-by: Sui Jingfeng <suijingfeng@...ngson.cn>
---
 include/drm/drm_device.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/drm/drm_device.h b/include/drm/drm_device.h
index 7cf4afae2e79..8e377857fb01 100644
--- a/include/drm/drm_device.h
+++ b/include/drm/drm_device.h
@@ -211,7 +211,7 @@ struct drm_device {
 	 * refcount drops to zero, as opposed to via the vblank disable
 	 * timer.
 	 *
-	 * This can be set to true it the hardware has a working vblank counter
+	 * This can be set to true if the hardware has a working vblank counter
 	 * with high-precision timestamping (otherwise there are races) and the
 	 * driver uses drm_crtc_vblank_on() and drm_crtc_vblank_off()
 	 * appropriately. See also @max_vblank_count and
-- 
2.25.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ