Commit 1d80d1bd authored by Colin Ian King's avatar Colin Ian King Committed by Greg Kroah-Hartman

staging: ccree: fix spelling mistake: "chanined" -> "chained"

Trivial fix to spelling mistake in SSI_LOG_ERR message
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 54f6f4de
...@@ -82,7 +82,7 @@ static unsigned int ssi_buffer_mgr_get_sgl_nents( ...@@ -82,7 +82,7 @@ static unsigned int ssi_buffer_mgr_get_sgl_nents(
unsigned int nents = 0; unsigned int nents = 0;
while (nbytes != 0) { while (nbytes != 0) {
if (sg_is_chain(sg_list)) { if (sg_is_chain(sg_list)) {
SSI_LOG_ERR("Unexpected chanined entry " SSI_LOG_ERR("Unexpected chained entry "
"in sg (entry =0x%X) \n", nents); "in sg (entry =0x%X) \n", nents);
BUG(); BUG();
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment