media: atomisp: Fix spelling mistakes in rmgr_vbuf.c
authorDipendra Khadka <kdipendra88@gmail.com>
Sat, 23 Dec 2023 07:22:45 +0000 (08:22 +0100)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Thu, 1 Feb 2024 06:00:01 +0000 (07:00 +0100)
commit914ec2149f896f86c39d0fd21dae58207ecf37fb
tree76f66c6796b5dde220a0f491f547252fa05c2a65
parentb68a8c794667e2db78dc794092c9c6e6cbb7b360
media: atomisp: Fix spelling mistakes in rmgr_vbuf.c

codespell reported following spelling mistake
in rmgr_vbuf.cas below:

'''
./runtime/rmgr/src/rmgr_vbuf.c:201: succes ==> success
./runtime/rmgr/src/rmgr_vbuf.c:211: succes ==> success
./runtime/rmgr/src/rmgr_vbuf.c:215: succes ==> success
'''
This patch fixes these spelling mistakes.
It is good to use variable name that gives
proper meaning and spelling error free.

Link: https://lore.kernel.org/r/20231223072245.81630-1-kdipendra88@gmail.com
Signed-off-by: Dipendra Khadka <kdipendra88@gmail.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
drivers/staging/media/atomisp/pci/runtime/rmgr/src/rmgr_vbuf.c