| .. | .. |
|---|
| 75 | 75 | /* A lock to protect the shared buffer used for formatting messages. */ |
|---|
| 76 | 76 | static DEFINE_SPINLOCK(event_buffer_lock); |
|---|
| 77 | 77 | |
|---|
| 78 | | -/** |
|---|
| 78 | +/* |
|---|
| 79 | 79 | * translates an esas2r-defined logging event level to a kernel logging level. |
|---|
| 80 | 80 | * |
|---|
| 81 | 81 | * @param [in] level the esas2r-defined logging event level to translate |
|---|
| .. | .. |
|---|
| 101 | 101 | } |
|---|
| 102 | 102 | } |
|---|
| 103 | 103 | |
|---|
| 104 | | -/** |
|---|
| 104 | +/* |
|---|
| 105 | 105 | * the master logging function. this function will format the message as |
|---|
| 106 | 106 | * outlined by the formatting string, the input device information and the |
|---|
| 107 | 107 | * substitution arguments and output the resulting string to the system log. |
|---|
| .. | .. |
|---|
| 170 | 170 | return 0; |
|---|
| 171 | 171 | } |
|---|
| 172 | 172 | |
|---|
| 173 | | -/** |
|---|
| 173 | +/* |
|---|
| 174 | 174 | * formats and logs a message to the system log. |
|---|
| 175 | 175 | * |
|---|
| 176 | 176 | * @param [in] level the event level of the message |
|---|
| .. | .. |
|---|
| 193 | 193 | return retval; |
|---|
| 194 | 194 | } |
|---|
| 195 | 195 | |
|---|
| 196 | | -/** |
|---|
| 196 | +/* |
|---|
| 197 | 197 | * formats and logs a message to the system log. this message will include |
|---|
| 198 | 198 | * device information. |
|---|
| 199 | 199 | * |
|---|
| .. | .. |
|---|
| 221 | 221 | return retval; |
|---|
| 222 | 222 | } |
|---|
| 223 | 223 | |
|---|
| 224 | | -/** |
|---|
| 224 | +/* |
|---|
| 225 | 225 | * formats and logs a message to the system log. this message will include |
|---|
| 226 | 226 | * device information. |
|---|
| 227 | 227 | * |
|---|