]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
staging: ccree: fix spelling mistake: "chanined" -> "chained"
authorColin Ian King <colin.king@canonical.com>
Sat, 3 Jun 2017 23:31:42 +0000 (00:31 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 4 Jun 2017 08:17:42 +0000 (10:17 +0200)
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>
drivers/staging/ccree/ssi_buffer_mgr.c

index 3252114740d0ac6546f10698f8f85303bed1df71..1ff603f8f8f5a0c79812cf37b1b2f1d195d4f492 100644 (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();
                }