This series addresses multiple style and documentation issues in the
AtomISP staging driver, specifically in pci/hive_isp_css_include/host/mmu_public.h.
The series starts by fixing checkpatch warnings regarding redundant
return statements, function signature alignment, and block comment coding
style issues.
It then removes erroneous function documentation where additional parameters
were being shown but the actual function signature did not accept any
such parameters.
Finally, the Doxygen-style comments were converted to the standard
kernel-doc format to adhere to the Linux kernel standards.
Mahad Ibrahim (5):
media: atomisp: Remove redundant return statement
media: atomisp: Fix function signature alignment
media: atomisp: Fix block comment coding style
media: atomisp: Fix erroneous parameter descriptions
media: atomisp: Convert comments to kernel-doc
.../hive_isp_css_include/host/mmu_public.h | 87 ++++++++-----------
1 file changed, 38 insertions(+), 49 deletions(-)
--
2.47.3