diff options
author | Jakub Kicinski <kuba@kernel.org> | 2022-03-02 21:58:02 -0800 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2022-03-02 21:58:03 -0800 |
commit | fa452e0a609a038e5ef9d2e042bb80e08e1af7af (patch) | |
tree | cf14c19820d8d3d7b24801d471356e2c0d5c8c62 /net/batman-adv/main.h | |
parent | a577223a97df241df26b91a95d03eec8c9fe0b36 (diff) | |
parent | 6ee3c393eeb7d16a3c228c4fa23913b76c7e7df3 (diff) | |
download | linux-fa452e0a609a038e5ef9d2e042bb80e08e1af7af.tar.gz linux-fa452e0a609a038e5ef9d2e042bb80e08e1af7af.tar.bz2 linux-fa452e0a609a038e5ef9d2e042bb80e08e1af7af.zip |
Merge tag 'batadv-next-pullrequest-20220302' of git://git.open-mesh.org/linux-merge
Simon Wunderlich says:
====================
This cleanup patchset includes the following patches:
- bump version strings, by Simon Wunderlich
- Remove redundant 'flush_workqueue()' calls, by Christophe JAILLET
- Migrate to linux/container_of.h, by Sven Eckelmann
- Demote batadv-on-batadv skip error message, by Sven Eckelmann
* tag 'batadv-next-pullrequest-20220302' of git://git.open-mesh.org/linux-merge:
batman-adv: Demote batadv-on-batadv skip error message
batman-adv: Migrate to linux/container_of.h
batman-adv: Remove redundant 'flush_workqueue()' calls
batman-adv: Start new development cycle
====================
Link: https://lore.kernel.org/r/20220302163522.102842-1-sw@simonwunderlich.de
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'net/batman-adv/main.h')
-rw-r--r-- | net/batman-adv/main.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/batman-adv/main.h b/net/batman-adv/main.h index 494d1ebecac2..f3be82999f1f 100644 --- a/net/batman-adv/main.h +++ b/net/batman-adv/main.h @@ -13,7 +13,7 @@ #define BATADV_DRIVER_DEVICE "batman-adv" #ifndef BATADV_SOURCE_VERSION -#define BATADV_SOURCE_VERSION "2022.0" +#define BATADV_SOURCE_VERSION "2022.1" #endif /* B.A.T.M.A.N. parameters */ |