diff options
author | Colin Ian King <colin.king@canonical.com> | 2017-06-04 02:31:42 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-06-04 11:17:42 +0300 |
commit | 1d80d1bd176ac7e9414d49096bfb3da2c929ee8a (patch) | |
tree | 70dc7af21d6cc9fdc36d23abc8f584475257a9d3 | |
parent | 54f6f4deed7344da7463d4d79872f9e2efb2daa8 (diff) | |
download | linux-1d80d1bd176ac7e9414d49096bfb3da2c929ee8a.tar.xz |
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>
-rw-r--r-- | drivers/staging/ccree/ssi_buffer_mgr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/ccree/ssi_buffer_mgr.c b/drivers/staging/ccree/ssi_buffer_mgr.c index 3252114740d0..1ff603f8f8f5 100644 --- a/drivers/staging/ccree/ssi_buffer_mgr.c +++ b/drivers/staging/ccree/ssi_buffer_mgr.c @@ -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(); } |