]> git.hungrycats.org Git - linux/commit
dm: Fix typo in error message
authorSsuhung Yeh <ssuhung@gmail.com>
Thu, 31 Oct 2024 10:25:59 +0000 (18:25 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 9 Dec 2024 09:33:08 +0000 (10:33 +0100)
commitfad9d2a966009f9eabac528685191628e75f1db1
tree0b0d4992e558d0c71128a0bc566c3b326b7200e0
parentc5f4540ae66ed39fb7eafbc1b22bfdafa3e830de
dm: Fix typo in error message

commit 2deb70d3e66d538404d9e71bff236e6d260da66e upstream.

Remove the redundant "i" at the beginning of the error message. This "i"
came from commit 1c1318866928 ("dm: prefer
'"%s...", __func__'"), the "i" is accidentally left.

Signed-off-by: Ssuhung Yeh <ssuhung@gmail.com>
Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>
Fixes: 1c1318866928 ("dm: prefer '"%s...", __func__'")
Cc: stable@vger.kernel.org # v6.3+
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/md/persistent-data/dm-space-map-common.c