hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/scsi/esas2r/esas2r_log.c
....@@ -75,7 +75,7 @@
7575 /* A lock to protect the shared buffer used for formatting messages. */
7676 static DEFINE_SPINLOCK(event_buffer_lock);
7777
78
-/**
78
+/*
7979 * translates an esas2r-defined logging event level to a kernel logging level.
8080 *
8181 * @param [in] level the esas2r-defined logging event level to translate
....@@ -101,7 +101,7 @@
101101 }
102102 }
103103
104
-/**
104
+/*
105105 * the master logging function. this function will format the message as
106106 * outlined by the formatting string, the input device information and the
107107 * substitution arguments and output the resulting string to the system log.
....@@ -170,7 +170,7 @@
170170 return 0;
171171 }
172172
173
-/**
173
+/*
174174 * formats and logs a message to the system log.
175175 *
176176 * @param [in] level the event level of the message
....@@ -193,7 +193,7 @@
193193 return retval;
194194 }
195195
196
-/**
196
+/*
197197 * formats and logs a message to the system log. this message will include
198198 * device information.
199199 *
....@@ -221,7 +221,7 @@
221221 return retval;
222222 }
223223
224
-/**
224
+/*
225225 * formats and logs a message to the system log. this message will include
226226 * device information.
227227 *