lkml.org 
[lkml]   [2018]   [Jan]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Subject[PATCH 2/5] misc/pti: Fix a typo in five comment lines
From
Date
From: Markus Elfring <elfring@users.sourceforge.net>
Date: Tue, 9 Jan 2018 18:18:15 +0100

Adjust words in these descriptions.

Signed-off-by: Markus Elfring <elfring@users.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
\
 
 \ /
  Last update: 2018-01-14 23:20    [W:0.044 / U:0.664 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site