]> 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:41:08 +0000 (10:41 +0100)
commit3cad6b5a12782b33d3e7ffcde5fe73148703fd46
tree1dfe34e0ac2012cec2b4aa936ec34350b813d2ee
parentf9a18889aad9b4c19c6c4550c67ad4f9ed2a354f
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