Re: [PATCH v2] module: fix comment style

From: Jessica Yu
Date: Mon Nov 09 2020 - 08:40:51 EST


+++ Sergey Shtylyov [07/11/20 23:20 +0300]:
Many comments in this module do not comply with the preferred multi-line
comment style as reported by 'scripts/checkpatch.pl':

WARNING: Block comments use * on subsequent lines
WARNING: Block comments use a trailing */ on a separate line

Fix those comments, along with (unreported for some reason?) the starts
of the multi-line comments not being /* on their own line...

Signed-off-by: Sergey Shtylyov <s.shtylyov@xxxxxxxxxxxx>

---
This patch is against the 'modules-next' branch of Jessica Yu's 'linux.git'
repo plus my 2 patches posted this week.
I'm not sure such patches are welcome, please let me know if they're not...

Changes in version 2:
- fixed up the comment before find_symbol().

Applied, thanks for the comment cleanups!

Jessica