diff options
author | Varsha Rao <rvarsha016@gmail.com> | 2017-03-04 22:52:07 +0530 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-03-06 11:17:41 +0100 |
commit | da79269d98a59bd1a129577da808da08df353ffa (patch) | |
tree | 99bb99f06f0c837b918642a1e31d0e60cce94bc7 /drivers | |
parent | b2289d5267b2f80a9a66c0fe41d2f9bb7c6013cd (diff) |
staging: media: atomisp: Fixed typo.
Correct the spelling of initialize. This patch fixes the checkpatch
issue.
Signed-off-by: Varsha Rao <rvarsha016@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/staging/media/atomisp/pci/atomisp2/css2400/isp/kernels/bnlm/ia_css_bnlm.host.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/media/atomisp/pci/atomisp2/css2400/isp/kernels/bnlm/ia_css_bnlm.host.c b/drivers/staging/media/atomisp/pci/atomisp2/css2400/isp/kernels/bnlm/ia_css_bnlm.host.c index 6184019a4f9b..6d12e031e6fc 100644 --- a/drivers/staging/media/atomisp/pci/atomisp2/css2400/isp/kernels/bnlm/ia_css_bnlm.host.c +++ b/drivers/staging/media/atomisp/pci/atomisp2/css2400/isp/kernels/bnlm/ia_css_bnlm.host.c @@ -64,7 +64,7 @@ bnlm_lut_encode(struct bnlm_lut *lut, const int32_t *lut_thr, const int32_t *lut assert(lut_thr[i] <= lut_thr[i+1]); } - /* Intialize */ + /* Initialize */ for (i = 0; i < total_blocks * block_size; i++) { lut->thr[0][i] = 0; lut->val[0][i] = 0; |