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:
Colin Ian King 2017-06-04 00:31:42 +01:00 committed by Greg Kroah-Hartman
parent 54f6f4deed
commit 1d80d1bd17
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}