summaryrefslogtreecommitdiffstats
path: root/drivers/staging/media/atomisp/pci/base
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2020-05-21 21:44:32 +0200
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>2020-06-11 18:02:50 +0200
commit02ab76491bdcfe6f82745ea84d11e58c13827eb7 (patch)
tree48b39525f0b8ef2c5f351d723c0859a0f2483104 /drivers/staging/media/atomisp/pci/base
parentd573933c80bd0fe32beb4fba93b965b1fe82411a (diff)
downloadlinux-02ab76491bdcfe6f82745ea84d11e58c13827eb7.tar.bz2
media: atomisp: fix a handful of spelling mistakes
There are several spelling mistakes in various messages and literal strings. Fix these. Signed-off-by: Colin Ian King <colin.king@canonical.com> Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'drivers/staging/media/atomisp/pci/base')
-rw-r--r--drivers/staging/media/atomisp/pci/base/refcount/src/refcount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/media/atomisp/pci/base/refcount/src/refcount.c b/drivers/staging/media/atomisp/pci/base/refcount/src/refcount.c
index e39cc2132953..8f0c94449ec9 100644
--- a/drivers/staging/media/atomisp/pci/base/refcount/src/refcount.c
+++ b/drivers/staging/media/atomisp/pci/base/refcount/src/refcount.c
@@ -46,7 +46,7 @@ static struct ia_css_refcount_entry *refcount_find_entry(hrt_vaddress ptr,
return NULL;
if (!myrefcount.items) {
ia_css_debug_dtrace(IA_CSS_DEBUG_ERROR,
- "refcount_find_entry(): Ref count not initiliazed!\n");
+ "refcount_find_entry(): Ref count not initialized!\n");
return NULL;
}