-----Original Message-----
> Date: Fri, 5 Oct 2018 17:26:08 +0100
> From: Ferruh Yigit <[email protected]>
> To: Reshma Pattan <[email protected]>, Hemant Agrawal
> <[email protected]>, Shreyansh Jain <[email protected]>, Ashish
> Gupta <[email protected]>, Fiona Trahe <[email protected]>,
> Pablo de Lara <[email protected]>, Akhil Goyal
> <[email protected]>, Declan Doherty <[email protected]>, Fan
> Zhang <[email protected]>, Rahul Lakkireddy
> <[email protected]>, Gaetan Rivet <[email protected]>, Qi
> Zhang <[email protected]>, Xiao Wang <[email protected]>, Beilei
> Xing <[email protected]>, Wenzhuo Lu <[email protected]>,
> Konstantin Ananyev <[email protected]>, Rasesh Mody
> <[email protected]>, Harish Patil <[email protected]>, Shahed
> Shaikh <[email protected]>, Andrew Rybchenko
> <[email protected]>, Jasvinder Singh <[email protected]>,
> Cristian Dumitrescu <[email protected]>, Keith Wiles
> <[email protected]>, Nipun Gupta <[email protected]>, Anatoly
> Burakov <[email protected]>, Thomas Monjalon
> <[email protected]>, Jerin Jacob <[email protected]>,
> Olivier Matz <[email protected]>
> CC: [email protected], Ferruh Yigit <[email protected]>
> Subject: [PATCH v2 1/4] add missing static keyword to globals
> X-Mailer: git-send-email 2.17.1
>
> External Email
>
> Some global variables can indeed be static, add static keyword to them.
>
> Signed-off-by: Ferruh Yigit <[email protected]>
> ---
> Series is based on next-net tree
> ---
./devtools/check-git-log.sh has following warning.
Wrong headline format:
add missing static keyword to globals
Other than that:
Acked-by: Jerin Jacob <[email protected]>