2022-03-23 19:08:43

by Diego Viola

[permalink] [raw]
Subject: [PATCH] ata: libata-core: fix "it's" typos

Use the contraction "it's" instead of the possessive form "its".

Signed-off-by: Diego Viola <[email protected]>
---
drivers/ata/libata-core.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/ata/libata-core.c b/drivers/ata/libata-core.c
index 0c854aebfe0b..22c93589f2c4 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's the speeds not the modes that
* are supported... Note drivers using the timing API
* will get this right anyway
*/
@@ -5603,7 +5603,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 isn't initialized yet, it's set to the
* first non-dummy port ops.
*
* LOCKING:
--
2.35.1


2022-03-25 10:46:04

by Diego Viola

[permalink] [raw]
Subject: Re: [PATCH] ata: libata-core: fix "it's" typos

On Wed, Mar 23, 2022 at 2:45 AM Damien Le Moal
<[email protected]> wrote:
>
> On 3/23/22 14:40, Diego Viola wrote:
> > Use the contraction "it's" instead of the possessive form "its".
>
> Well, while at it, let's use proper formal written English, so:
> s/it's/it is
> s/isn't/is not

Fine with me, do you want me to send you another patch with those changes?

Regards,
Diego

2022-03-25 19:41:58

by Damien Le Moal

[permalink] [raw]
Subject: Re: [PATCH] ata: libata-core: fix "it's" typos

On 3/23/22 14:40, Diego Viola wrote:
> Use the contraction "it's" instead of the possessive form "its".

Well, while at it, let's use proper formal written English, so:
s/it's/it is
s/isn't/is not

>
> Signed-off-by: Diego Viola <[email protected]>
> ---
> drivers/ata/libata-core.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/ata/libata-core.c b/drivers/ata/libata-core.c
> index 0c854aebfe0b..22c93589f2c4 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's the speeds not the modes that
> * are supported... Note drivers using the timing API
> * will get this right anyway
> */
> @@ -5603,7 +5603,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 isn't initialized yet, it's set to the
> * first non-dummy port ops.
> *
> * LOCKING:


--
Damien Le Moal
Western Digital Research