OSDN Git Service

staging: media: atomisp: Fixed typo.
authorVarsha Rao <rvarsha016@gmail.com>
Sat, 4 Mar 2017 17:22:07 +0000 (22:52 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 6 Mar 2017 10:17:41 +0000 (11:17 +0100)
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>
drivers/staging/media/atomisp/pci/atomisp2/css2400/isp/kernels/bnlm/ia_css_bnlm.host.c

index 6184019..6d12e03 100644 (file)
@@ -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;