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] [thread-next>] [day] [month] [year] [list]
Date:   Tue, 9 Jan 2018 19:29:44 +0100
From:   SF Markus Elfring <elfring@...rs.sourceforge.net>
To:     kernel-janitors@...r.kernel.org, Arnd Bergmann <arnd@...db.de>,
        Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Cc:     LKML <linux-kernel@...r.kernel.org>, trivial@...nel.org
Subject: [PATCH 2/5] misc/pti: Fix a typo in five comment lines

From: Markus Elfring <elfring@...rs.sourceforge.net>
Date: Tue, 9 Jan 2018 18:18:15 +0100

Adjust words in these descriptions.

Signed-off-by: Markus Elfring <elfring@...rs.sourceforge.net>
---
 drivers/misc/pti.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/drivers/misc/pti.c b/drivers/misc/pti.c
index 92a1a20839c8..8292e8098cc8 100644
--- a/drivers/misc/pti.c
+++ b/drivers/misc/pti.c
@@ -378,7 +378,7 @@ EXPORT_SYMBOL_GPL(pti_release_masterchannel);
  * @buf:   Trace debuging data to write to the PTI HW.
  *         Null value will return with no write occurring.
  * @count: Size of buf. Value of 0 or a negative number will
- *         return with no write occuring.
+ *         return with no write occurring.
  */
 void pti_writedata(struct pti_masterchannel *mc, u8 *buf, int count)
 {
@@ -403,7 +403,7 @@ EXPORT_SYMBOL_GPL(pti_writedata);
  * ID to the PTI device via tty device.
  *
  * @tty: tty interface.
- * @filp: filp interface pased to tty_port_open() call.
+ * @filp: filp interface passed to tty_port_open() call.
  *
  * Returns:
  *	int, 0 for success
@@ -435,7 +435,7 @@ static int pti_tty_driver_open(struct tty_struct *tty, struct file *filp)
  * master, channel aperture ID to the PTI device via tty device.
  *
  * @tty: tty interface.
- * @filp: filp interface pased to tty_port_close() call.
+ * @filp: filp interface passed to tty_port_close() call.
  *
  * The main purpose of using the tty device interface is to route
  * syslog daemon messages to the PTI HW and out of the handheld platform
@@ -572,7 +572,7 @@ static int pti_char_open(struct inode *inode, struct file *filp)
  * pti_char_release()-  Close a char channel to the PTI device. Part
  * of the misc device implementation.
  *
- * @inode: Not used in this implementaiton.
+ * @inode: Not used in this implementation.
  * @filp:  Contains private_data that contains the master, channel
  *         ID to be released by the PTI device.
  *
@@ -668,7 +668,7 @@ static struct miscdevice pti_char_driver = {
 /**
  * pti_console_write()-  Write to the console that has been acquired.
  *
- * @c:   Not used in this implementaiton.
+ * @c:   Not used in this implementation.
  * @buf: Data to be written.
  * @len: Length of buf.
  */
-- 
2.15.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ