i40e/i40evf: Convert macro to static inline
authorJeff Kirsher <jeffrey.t.kirsher@intel.com>
Tue, 9 Dec 2014 10:31:16 +0000 (02:31 -0800)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Tue, 9 Dec 2014 20:57:05 +0000 (12:57 -0800)
Inline functions are preferred over macros when they can be used
interchangeably.

CC: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Reported-by: Joe Perches <joe@perches.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>

No differences found