[PATCH] media: atomisp: Fix typo in comments

Jiang Jian posted 1 patch 3 years, 10 months ago
.../media/atomisp/pci/hive_isp_css_include/host/debug_public.h  | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] media: atomisp: Fix typo in comments
Posted by Jiang Jian 3 years, 10 months ago
Remove the repeated word 'and' from comments

file: drivers/staging/media/atomisp/pci/hive_isp_css_include/host/debug_public.h
line: 28

* The buffer has a remote and and a local store

changed to:

* The buffer has a remote and a local store

Signed-off-by: Jiang Jian <jiangjian@cdjrlc.com>
---
 .../media/atomisp/pci/hive_isp_css_include/host/debug_public.h  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/media/atomisp/pci/hive_isp_css_include/host/debug_public.h b/drivers/staging/media/atomisp/pci/hive_isp_css_include/host/debug_public.h
index ee861ddb8e92..5660bd4221be 100644
--- a/drivers/staging/media/atomisp/pci/hive_isp_css_include/host/debug_public.h
+++ b/drivers/staging/media/atomisp/pci/hive_isp_css_include/host/debug_public.h
@@ -25,7 +25,7 @@
  * Simple queuing trace buffer for debug data
  * instantiatable in SP DMEM
  *
- * The buffer has a remote and and a local store
+ * The buffer has a remote and a local store
  * which contain duplicate data (when in sync).
  * The buffers are automatically synched when the
  * user dequeues, or manualy using the synch function
-- 
2.17.1