From: Herman Date: Thu, 10 Jun 2021 08:38:15 +0000 (+0200) Subject: media: drivers/media/platform/davinci/vpfe_capture.c : fix typo Proabably > Probably X-Git-Tag: v5.15-rc1~149^2~163 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=983eb35c991d286b083656c790c86c314b627871;p=thirdparty%2Flinux.git media: drivers/media/platform/davinci/vpfe_capture.c : fix typo Proabably > Probably Change 'Proabably' into 'Probably'. Signed-off-by: Herman Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/platform/davinci/vpfe_capture.c b/drivers/media/platform/davinci/vpfe_capture.c index f9f7dd17c57c3..0a2226b321d7b 100644 --- a/drivers/media/platform/davinci/vpfe_capture.c +++ b/drivers/media/platform/davinci/vpfe_capture.c @@ -189,7 +189,7 @@ int vpfe_register_ccdc_device(const struct ccdc_hw_device *dev) if (!ccdc_cfg) { /* * TODO. Will this ever happen? if so, we need to fix it. - * Proabably we need to add the request to a linked list and + * Probably we need to add the request to a linked list and * walk through it during vpfe probe */ printk(KERN_ERR "vpfe capture not initialized\n");