diff mbox series

ata: libata-core: replace "its" with "it is"

Message ID 20220421045423.17821-1-diego.viola@gmail.com
State New
Headers show
Series ata: libata-core: replace "its" with "it is" | expand

Commit Message

Diego Viola April 21, 2022, 4:54 a.m. UTC
and "isn't" with "is not". The former fixes the typo while the latter
just uses the same formal language.

Signed-off-by: Diego Viola <diego.viola@gmail.com>
---
 drivers/ata/libata-core.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Damien Le Moal April 21, 2022, 11:41 p.m. UTC | #1
On 4/21/22 13:54, Diego Viola wrote:
> and "isn't" with "is not". The former fixes the typo while the latter
> just uses the same formal language.
> 
> Signed-off-by: Diego Viola <diego.viola@gmail.com>

Applied to for-5.19. Thanks !
Diego Viola April 22, 2022, 12:29 a.m. UTC | #2
On Thu, Apr 21, 2022 at 8:41 PM Damien Le Moal
<damien.lemoal@opensource.wdc.com> wrote:
>
> On 4/21/22 13:54, Diego Viola wrote:
> > and "isn't" with "is not". The former fixes the typo while the latter
> > just uses the same formal language.
> >
> > Signed-off-by: Diego Viola <diego.viola@gmail.com>
>
> Applied to for-5.19. Thanks !

Thank you, I really appreciate it.

>
> --
> Damien Le Moal
> Western Digital Research

Diego
diff mbox series

Patch

diff --git a/drivers/ata/libata-core.c b/drivers/ata/libata-core.c
index ca6483764..ecbbd0838 100644
--- a/drivers/ata/libata-core.c
+++ b/drivers/ata/libata-core.c
@@ -1398,7 +1398,7 @@  unsigned long ata_id_xfermask(const u16 *id)
 
 		/* But wait.. there's more. Design your standards by
 		 * committee and you too can get a free iordy field to
-		 * process. However its the speeds not the modes that
+		 * process. However it is the speeds not the modes that
 		 * are supported... Note drivers using the timing API
 		 * will get this right anyway
 		 */
@@ -5605,7 +5605,7 @@  static void ata_finalize_port_ops(struct ata_port_operations *ops)
  *	Start and then freeze ports of @host.  Started status is
  *	recorded in host->flags, so this function can be called
  *	multiple times.  Ports are guaranteed to get started only
- *	once.  If host->ops isn't initialized yet, its set to the
+ *	once.  If host->ops is not initialized yet, it is set to the
  *	first non-dummy port ops.
  *
  *	LOCKING: