staging: ccree: fix spelling mistake: "chanined" -> "chained"
Trivial fix to spelling mistake in SSI_LOG_ERR message Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
54f6f4deed
commit
1d80d1bd17
|
@ -82,7 +82,7 @@ static unsigned int ssi_buffer_mgr_get_sgl_nents(
|
|||
unsigned int nents = 0;
|
||||
while (nbytes != 0) {
|
||||
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);
|
||||
BUG();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue