Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755706AbeAIS3v (ORCPT + 1 other); Tue, 9 Jan 2018 13:29:51 -0500 Received: from mout.web.de ([212.227.15.14]:63091 "EHLO mout.web.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753281AbeAIS3u (ORCPT ); Tue, 9 Jan 2018 13:29:50 -0500 Subject: [PATCH 2/5] misc/pti: Fix a typo in five comment lines From: SF Markus Elfring To: kernel-janitors@vger.kernel.org, Arnd Bergmann , Greg Kroah-Hartman Cc: LKML , trivial@kernel.org References: Message-ID: <0691f343-8160-02dd-0cac-83250bac4de4@users.sourceforge.net> Date: Tue, 9 Jan 2018 19:29:44 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.2 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-GB Content-Transfer-Encoding: 7bit X-Provags-ID: V03:K0:I3uPZcy6N7zN6zaCSy9jrWfWjTQeFjZVSIn35YIuDpGxBE/EhIG HcqAHy1mTHfNYgZZMxdZHt8tu21LYXphNtspg4VbSNnQU0cSt88/GovZ8rag/E0b6nJ/kPn KX5jUymzZq/5rp3pZAte/k+jXkm09/BNTlPuRbmU8xmAy2HT9bL8s7W4Ox1EJSqDV6EhD2m UuWWf8M5NXtUMz1zwVJAQ== X-UI-Out-Filterresults: notjunk:1;V01:K0:DSuzQptSCOU=:6inQEqQ1gBNcnfzU38jzPb /FlDunXM9sbhdk4WRvGnN/3OnHx3CW0DjUfFEML+CcbB+PbEyRUOE7y5/zBain+fZ5LEAtQ8c VIXEpW887s2hOr5NROBXvDB1uzf3euNZ/qEtAXDUJLLmeXXEjVy1RYp51eg/iwOODpzI1r0EH K9nRgsfdOzKvZ0FZemV9q+6JVOm7b7HxzneXP8YuahKYndpceZ7ADStQqsUBQFecNUzDYuTAI UkQ0OxAjlCtKi74YVKyEep9vP1bMlIhwOB0O4GtoRtZQ0kVm0rI9qh9yuwqRP0QMRD4rmiUfv bqhfmJI1YJChABEXlAwpuES/XJaBNEHbYBC5tIoUhOolEmkzmv6KAdd3bVu7SJfuYCPeMPsFX n6YDg0QUxfA2HZ7oe+KnrvM6J9dZpQ9ZcdkNuM4E31GhdWSpfPwQ0qjh4VMUI2iNzx4tOac3u BlziqUzfhs6Ul5dGW28wn4zJLKmZ0tlQqmno94SR4x1cFg2O4JDW9bvpXM2IPicZ8tPseAGGB QRYTkkXhUbixfB7jRS/iF3az/I1jU3DNTB7Fj8LeVrG7hsh8tVYyH6MVUCfIsqzdldEZa6ybI 5auj5SeElXZeC0kRHdu+SdQKapSwLcusy2KPeFK6gqH9/NG3FG93/NGqZobGq1ckxp91HyD2x jDM2Z8STEVKK7vtLlJkmJz8GkP59OrxYxuVvwkJF77F3MnZ2qqkoHUZHwV+mr2RYQ5ObNpY+C SNNga6tFkWalEX1yhA7/fwXTB9FheN5wUQ0BdHR+XtTKlz0JmfyBnMLR9PvttLGcG69jndKzk x9uWK5DXQ2SjqMm+mtKMUSh4tJKVxS0NiZ9HZ2aHh+b6WL1EL0= Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: From: Markus Elfring Date: Tue, 9 Jan 2018 18:18:15 +0100 Adjust words in these descriptions. Signed-off-by: Markus Elfring --- 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