Skip to content

Commit 35796c1

Browse files
ecsvsimonwunderlich
authored andcommitted
batman-adv: Fix misspelled "wont"
checkpatch started to complain about the mispelling of: CHECK: 'wont' may be misspelled - perhaps 'won't'? #459: FILE: ./net/batman-adv/bat_iv_ogm.c:459: + * - the resulting packet wont be bigger than Signed-off-by: Sven Eckelmann <sven@narfation.org> Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
1 parent 5fc087f commit 35796c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

net/batman-adv/bat_iv_ogm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ batadv_iv_ogm_can_aggregate(const struct batadv_ogm_packet *new_bat_ogm_packet,
456456
* if:
457457
*
458458
* - the send time is within our MAX_AGGREGATION_MS time
459-
* - the resulting packet wont be bigger than
459+
* - the resulting packet won't be bigger than
460460
* MAX_AGGREGATION_BYTES
461461
* otherwise aggregation is not possible
462462
*/

0 commit comments

Comments
 (0)