aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/libata-core.c
diff options
context:
space:
mode:
authorDiego Viola <diego.viola@gmail.com>2022-04-21 01:54:23 -0300
committerDamien Le Moal <damien.lemoal@opensource.wdc.com>2022-04-22 08:38:18 +0900
commite0af10ac4dcce334ef8cc36c8e146c0b932b4f81 (patch)
treed58fd67dc23812b8c6ef76e5724d8d4e8da593e2 /drivers/ata/libata-core.c
parentahci: Add a generic 'controller2' RAID id (diff)
downloadlinux-dev-e0af10ac4dcce334ef8cc36c8e146c0b932b4f81.tar.xz
linux-dev-e0af10ac4dcce334ef8cc36c8e146c0b932b4f81.zip
ata: libata-core: replace "its" with "it is"
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> Signed-off-by: Damien Le Moal <damien.lemoal@opensource.wdc.com>
Diffstat (limited to 'drivers/ata/libata-core.c')
-rw-r--r--drivers/ata/libata-core.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/ata/libata-core.c b/drivers/ata/libata-core.c
index eb8ff7b22616..95bd028aea4f 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
*/
@@ -5559,7 +5559,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: