Commit 2e8d6e1
net: pktgen: fix code style (WARNING: Block comments)
Fix checkpatch code style warnings:
WARNING: Block comments use a trailing */ on a separate line
+ * removal by worker thread */
WARNING: Block comments use * on subsequent lines
+ __u8 tos; /* six MSB of (former) IPv4 TOS
+ are for dscp codepoint */
WARNING: Block comments use a trailing */ on a separate line
+ are for dscp codepoint */
WARNING: Block comments use * on subsequent lines
+ __u8 traffic_class; /* ditto for the (former) Traffic Class in IPv6
+ (see RFC 3260, sec. 4) */
WARNING: Block comments use a trailing */ on a separate line
+ (see RFC 3260, sec. 4) */
WARNING: Block comments use * on subsequent lines
+ /* = {
+ 0x00, 0x80, 0xC8, 0x79, 0xB3, 0xCB,
WARNING: Block comments use * on subsequent lines
+ /* Field for thread to receive "posted" events terminate,
+ stop ifs etc. */
WARNING: Block comments use a trailing */ on a separate line
+ stop ifs etc. */
WARNING: Block comments should align the * on each line
+ * we go look for it ...
+*/
WARNING: Block comments use a trailing */ on a separate line
+ * we resolve the dst issue */
WARNING: Block comments use a trailing */ on a separate line
+ * with proc_create_data() */
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: NipaLocal <nipa@local>1 parent 20f2963 commit 2e8d6e1
1 file changed
+23
-16
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
283 | 283 | | |
284 | 284 | | |
285 | 285 | | |
286 | | - | |
| 286 | + | |
| 287 | + | |
287 | 288 | | |
288 | 289 | | |
289 | 290 | | |
| |||
346 | 347 | | |
347 | 348 | | |
348 | 349 | | |
349 | | - | |
350 | | - | |
351 | | - | |
352 | | - | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
353 | 356 | | |
354 | 357 | | |
355 | 358 | | |
| |||
389 | 392 | | |
390 | 393 | | |
391 | 394 | | |
392 | | - | |
393 | | - | |
394 | | - | |
395 | | - | |
396 | | - | |
397 | | - | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
398 | 401 | | |
399 | 402 | | |
400 | 403 | | |
| |||
458 | 461 | | |
459 | 462 | | |
460 | 463 | | |
461 | | - | |
| 464 | + | |
| 465 | + | |
462 | 466 | | |
463 | 467 | | |
464 | 468 | | |
| |||
2396 | 2400 | | |
2397 | 2401 | | |
2398 | 2402 | | |
2399 | | - | |
| 2403 | + | |
2400 | 2404 | | |
2401 | 2405 | | |
2402 | 2406 | | |
| |||
2693 | 2697 | | |
2694 | 2698 | | |
2695 | 2699 | | |
2696 | | - | |
| 2700 | + | |
| 2701 | + | |
2697 | 2702 | | |
2698 | 2703 | | |
2699 | 2704 | | |
| |||
3787 | 3792 | | |
3788 | 3793 | | |
3789 | 3794 | | |
3790 | | - | |
| 3795 | + | |
| 3796 | + | |
3791 | 3797 | | |
3792 | 3798 | | |
3793 | 3799 | | |
| |||
3982 | 3988 | | |
3983 | 3989 | | |
3984 | 3990 | | |
3985 | | - | |
| 3991 | + | |
| 3992 | + | |
3986 | 3993 | | |
3987 | 3994 | | |
3988 | 3995 | | |
| |||
0 commit comments