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-next>] [day] [month] [year] [list]
Message-Id: <20230817173636.78757-1-atulpant.linux@gmail.com>
Date:   Thu, 17 Aug 2023 23:06:36 +0530
From:   Atul Kumar Pant <atulpant.linux@...il.com>
To:     stefani@...bold.net
Cc:     Atul Kumar Pant <atulpant.linux@...il.com>,
        linux-kernel@...r.kernel.org,
        linux-kernel-mentees@...ts.linuxfoundation.org, shuah@...nel.org
Subject: [PATCH v1] samples: kfifo: Fixes a typo

Fixes a typo in a comment.

Signed-off-by: Atul Kumar Pant <atulpant.linux@...il.com>
---
 samples/kfifo/dma-example.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/samples/kfifo/dma-example.c b/samples/kfifo/dma-example.c
index 0cf27483cb36..112b0e427199 100644
--- a/samples/kfifo/dma-example.c
+++ b/samples/kfifo/dma-example.c
@@ -80,7 +80,7 @@ static int __init example_init(void)
 			break;
 	}
 
-	/* put here your code to setup and exectute the dma operation */
+	/* put here your code to setup and execute the dma operation */
 	/* ... */
 
 	/* example: zero bytes received */
@@ -109,7 +109,7 @@ static int __init example_init(void)
 			break;
 	}
 
-	/* put here your code to setup and exectute the dma operation */
+	/* put here your code to setup and execute the dma operation */
 	/* ... */
 
 	/* example: 5 bytes transmitted */
-- 
2.25.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ