Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Varsha Rao and committed by
Greg Kroah-Hartman
da79269d b2289d52

+1 -1
+1 -1
drivers/staging/media/atomisp/pci/atomisp2/css2400/isp/kernels/bnlm/ia_css_bnlm.host.c
··· 64 64 assert(lut_thr[i] <= lut_thr[i+1]); 65 65 } 66 66 67 - /* Intialize */ 67 + /* Initialize */ 68 68 for (i = 0; i < total_blocks * block_size; i++) { 69 69 lut->thr[0][i] = 0; 70 70 lut->val[0][i] = 0;