mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-29 10:34:22 -04:00
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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
b2289d5267
commit
da79269d98
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user