From: Amritha Nambiar <amritha.namb...@intel.com>
Date: Wed, 27 Jun 2018 15:31:18 -0700

> diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h
> index c6b377a..3790ac9 100644
> --- a/include/linux/netdevice.h
> +++ b/include/linux/netdevice.h
 ...
> +static inline bool attr_test_online(unsigned long j,
> +                                 const unsigned long *online_mask,
> +                                 unsigned int nr_bits)

This is a networking header file, so for names you are putting into
the global namespace please give them some kind of prefix that
indicates it is about networking.

Reply via email to