summaryrefslogtreecommitdiffstats
path: root/drivers/md/md-cluster.c
diff options
context:
space:
mode:
authorRandy Dunlap <rdunlap@infradead.org>2021-12-25 18:24:11 -0800
committerSong Liu <song@kernel.org>2022-01-06 08:37:03 -0800
commitdd3dc5f416b7247a4b5d7bac6698be623c180572 (patch)
tree1e661fd8a0ccf1699e0803c733f55aa840f97a5c /drivers/md/md-cluster.c
parentbf2c411bb1cfc45f73eb6c55b5755bcb990063ae (diff)
downloadlinux-dd3dc5f416b7247a4b5d7bac6698be623c180572.tar.bz2
md: fix spelling of "its"
Use the possessive "its" instead of the contraction "it's" in printed messages. Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Cc: Song Liu <song@kernel.org> Cc: linux-raid@vger.kernel.org Signed-off-by: Song Liu <song@kernel.org>
Diffstat (limited to 'drivers/md/md-cluster.c')
-rw-r--r--drivers/md/md-cluster.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/md-cluster.c b/drivers/md/md-cluster.c
index 7fbd41e156c9..1c8a06b77c85 100644
--- a/drivers/md/md-cluster.c
+++ b/drivers/md/md-cluster.c
@@ -574,7 +574,7 @@ static int process_recvd_msg(struct mddev *mddev, struct cluster_msg *msg)
int ret = 0;
if (WARN(mddev->cluster_info->slot_number - 1 == le32_to_cpu(msg->slot),
- "node %d received it's own msg\n", le32_to_cpu(msg->slot)))
+ "node %d received its own msg\n", le32_to_cpu(msg->slot)))
return -1;
switch (le32_to_cpu(msg->type)) {
case METADATA_UPDATED: