Skip to content

Commit d8a0f85

Browse files
Dhiraj240gregkh
authored andcommitted
staging: qlge: qlge_dbg: removed comment repition
Inside function ql_get_dump comment statement had a repition of word "to" which I removed and checkpatch.pl ouputs zero error or warnings now. Signed-off-by: Dhiraj Sharma <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 3e1f888 commit d8a0f85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/staging/qlge/qlge_dbg.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1298,7 +1298,7 @@ void ql_get_dump(struct ql_adapter *qdev, void *buff)
12981298
* If the dump has already been taken and is stored
12991299
* in our internal buffer and if force dump is set then
13001300
* just start the spool to dump it to the log file
1301-
* and also, take a snapshot of the general regs to
1301+
* and also, take a snapshot of the general regs
13021302
* to the user's buffer or else take complete dump
13031303
* to the user's buffer if force is not set.
13041304
*/

0 commit comments

Comments
 (0)