diff options
author | Mauro Carvalho Chehab <[email protected]> | 2020-05-13 08:04:18 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <[email protected]> | 2020-05-20 14:51:28 +0200 |
commit | 1351ea6b04c8488d0bfde4a2ee55ae111f4a0b0d (patch) | |
tree | 10659ad7c264188c542e91c99e83737693d9c3fb | |
parent | 0f441fd70b1e7d1a4e035410f9effbfdf5c273fa (diff) |
media: atomisp: remove a misplaced #endif
There is an endif in the middle of a comment at
ia_css_xnr3.host.c. Remove it.
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
-rw-r--r-- | drivers/staging/media/atomisp/pci/isp/kernels/xnr/xnr_3.0/ia_css_xnr3.host.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/media/atomisp/pci/isp/kernels/xnr/xnr_3.0/ia_css_xnr3.host.c b/drivers/staging/media/atomisp/pci/isp/kernels/xnr/xnr_3.0/ia_css_xnr3.host.c index 4630cbd495f8..a9db6366d20b 100644 --- a/drivers/staging/media/atomisp/pci/isp/kernels/xnr/xnr_3.0/ia_css_xnr3.host.c +++ b/drivers/staging/media/atomisp/pci/isp/kernels/xnr/xnr_3.0/ia_css_xnr3.host.c @@ -53,7 +53,6 @@ static const s16 c[XNR3_LOOK_UP_TABLE_POINTS] = { }; /* -#endif * Default kernel parameters. In general, default is bypass mode or as close * to the ineffective values as possible. Due to the chroma down+upsampling, * perfect bypass mode is not possible for xnr3 filter itself. Instead, the |