From: Sven Eckelmann Date: Tue, 30 Mar 2021 19:15:26 +0000 (+0200) Subject: batman-adv: Fix misspelled "wont" X-Git-Tag: accepted/tizen/unified/20230118.172025~7335^2~199^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=35796c1d343871fa75a6e6b0f4584182cbeae6ac;p=platform%2Fkernel%2Flinux-rpi.git 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 Signed-off-by: Simon Wunderlich --- diff --git a/net/batman-adv/bat_iv_ogm.c b/net/batman-adv/bat_iv_ogm.c index a5e313c..789f257 100644 --- a/net/batman-adv/bat_iv_ogm.c +++ b/net/batman-adv/bat_iv_ogm.c @@ -456,7 +456,7 @@ batadv_iv_ogm_can_aggregate(const struct batadv_ogm_packet *new_bat_ogm_packet, * if: * * - the send time is within our MAX_AGGREGATION_MS time - * - the resulting packet wont be bigger than + * - the resulting packet won't be bigger than * MAX_AGGREGATION_BYTES * otherwise aggregation is not possible */