Re: [PATCH] media: ov2680: fix a typo in a function name

2019-08-01 Thread Rui Miguel Silva
Hi Christophe, Thanks for the patch. On Sun 21 Jul 2019 at 20:04, Christophe JAILLET wrote: > All functions in this file starts with 'ov2680_', except ov2860_parse_dt(). > > This is likely a typo. > Yup, weird is to only have one of this. Nice catch. > rename it to 'ov2680_parse_dt()' (6 and 8)

[PATCH] media: ov2680: fix a typo in a function name

2019-07-21 Thread Christophe JAILLET
All functions in this file starts with 'ov2680_', except ov2860_parse_dt(). This is likely a typo. rename it to 'ov2680_parse_dt()' (6 and 8) Signed-off-by: Christophe JAILLET --- drivers/media/i2c/ov2680.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git