Message ID | 20240918082203.4941-1-everestkc@everestkc.com.np (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | media: atomisp: hmm_bo: Fix spelling errors in hmm_bo.h | expand |
Hi, On 18-Sep-24 10:21 AM, Everest K.C. wrote: > Fixed spelling errors reported by codespell in > drivers/staging/media/atomisp/include/hmm/hmm_bo.h > as follows: > increse --> increase > decrese --> decrease > > Signed-off-by: Everest K.C. <everestkc@everestkc.com.np> Thank you for your patch(es). I have merged this/these in my media-atomisp branch: https://git.kernel.org/pub/scm/linux/kernel/git/hansg/linux.git/log/?h=media-atomisp And this/these will be included in my next pull-request to Mauro (to media subsystem maintainer) Regards, Hans > --- > drivers/staging/media/atomisp/include/hmm/hmm_bo.h | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/staging/media/atomisp/include/hmm/hmm_bo.h b/drivers/staging/media/atomisp/include/hmm/hmm_bo.h > index b4c03e0ca9c0..6d3c74156345 100644 > --- a/drivers/staging/media/atomisp/include/hmm/hmm_bo.h > +++ b/drivers/staging/media/atomisp/include/hmm/hmm_bo.h > @@ -159,12 +159,12 @@ void hmm_bo_device_exit(struct hmm_bo_device *bdev); > int hmm_bo_device_inited(struct hmm_bo_device *bdev); > > /* > - * increse buffer object reference. > + * increase buffer object reference. > */ > void hmm_bo_ref(struct hmm_buffer_object *bo); > > /* > - * decrese buffer object reference. if reference reaches 0, > + * decrease buffer object reference. if reference reaches 0, > * release function of the buffer object will be called. > * > * this call is also used to release hmm_buffer_object or its
diff --git a/drivers/staging/media/atomisp/include/hmm/hmm_bo.h b/drivers/staging/media/atomisp/include/hmm/hmm_bo.h index b4c03e0ca9c0..6d3c74156345 100644 --- a/drivers/staging/media/atomisp/include/hmm/hmm_bo.h +++ b/drivers/staging/media/atomisp/include/hmm/hmm_bo.h @@ -159,12 +159,12 @@ void hmm_bo_device_exit(struct hmm_bo_device *bdev); int hmm_bo_device_inited(struct hmm_bo_device *bdev); /* - * increse buffer object reference. + * increase buffer object reference. */ void hmm_bo_ref(struct hmm_buffer_object *bo); /* - * decrese buffer object reference. if reference reaches 0, + * decrease buffer object reference. if reference reaches 0, * release function of the buffer object will be called. * * this call is also used to release hmm_buffer_object or its
Fixed spelling errors reported by codespell in drivers/staging/media/atomisp/include/hmm/hmm_bo.h as follows: increse --> increase decrese --> decrease Signed-off-by: Everest K.C. <everestkc@everestkc.com.np> --- drivers/staging/media/atomisp/include/hmm/hmm_bo.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)