* [B.A.T.M.A.N.] [PATCH] batman-adv: Fix include of linux/kernel.h @ 2012-06-11 14:46 Sven Eckelmann 2012-06-11 20:23 ` Sven Eckelmann 0 siblings, 1 reply; 3+ messages in thread From: Sven Eckelmann @ 2012-06-11 14:46 UTC (permalink / raw) To: b.a.t.m.a.n This is a non-fatal include problem that was only detected by cppcheck. The regression was introduced by 4738c60318e757cf0062476e2095caa5b6970a8d Signed-off-by: Sven Eckelmann <sven@narfation.org> --- types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types.h b/types.h index fd86a44..2141c13 100644 --- a/types.h +++ b/types.h @@ -22,7 +22,7 @@ #include "packet.h" #include "bitarray.h" -#include "linux/kernel.h" +#include <linux/kernel.h> #define BATADV_HEADER_LEN \ (ETH_HLEN + max(sizeof(struct batadv_unicast_packet), \ -- 1.7.10 ^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [B.A.T.M.A.N.] [PATCH] batman-adv: Fix include of linux/kernel.h 2012-06-11 14:46 [B.A.T.M.A.N.] [PATCH] batman-adv: Fix include of linux/kernel.h Sven Eckelmann @ 2012-06-11 20:23 ` Sven Eckelmann 2012-06-12 7:07 ` Marek Lindner 0 siblings, 1 reply; 3+ messages in thread From: Sven Eckelmann @ 2012-06-11 20:23 UTC (permalink / raw) To: b.a.t.m.a.n [-- Attachment #1: Type: text/plain, Size: 291 bytes --] On Monday 11 June 2012 16:46:46 Sven Eckelmann wrote: > This is a non-fatal include problem that was only detected by cppcheck. The > regression was introduced by 4738c60318e757cf0062476e2095caa5b6970a8d The correct commit id is dfaf026ffbc9e3052a14b8071cac2412c2d0f54e Kind regards, Sven [-- Attachment #2: This is a digitally signed message part. --] [-- Type: application/pgp-signature, Size: 836 bytes --] ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [B.A.T.M.A.N.] [PATCH] batman-adv: Fix include of linux/kernel.h 2012-06-11 20:23 ` Sven Eckelmann @ 2012-06-12 7:07 ` Marek Lindner 0 siblings, 0 replies; 3+ messages in thread From: Marek Lindner @ 2012-06-12 7:07 UTC (permalink / raw) To: The list for a Better Approach To Mobile Ad-hoc Networking On Tuesday, June 12, 2012 04:23:00 Sven Eckelmann wrote: > On Monday 11 June 2012 16:46:46 Sven Eckelmann wrote: > > This is a non-fatal include problem that was only detected by cppcheck. > > The regression was introduced by > > 4738c60318e757cf0062476e2095caa5b6970a8d > > The correct commit id is dfaf026ffbc9e3052a14b8071cac2412c2d0f54e Applied in revision a563ce0. Thanks, Marek ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-06-12 7:07 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2012-06-11 14:46 [B.A.T.M.A.N.] [PATCH] batman-adv: Fix include of linux/kernel.h Sven Eckelmann 2012-06-11 20:23 ` Sven Eckelmann 2012-06-12 7:07 ` Marek Lindner
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox