On 2013-07-15 00:05, Greg Kroah-Hartman wrote:
Ian, I didn't add a DEVICE_PATTR() macro yet, that can come later. I considered it, but that would also mean a BUS_PATTR() and the like, which I guess works, but I hate even a _hint_ of "Hungarian" notation, which this implies.Anyone else have a better name for this macro: #define DEVICE_PATTR(_name) &dev_attr_##_name.attr that they can think of? It will cut down on the typing done for attribute lists.
DEVICE_ATTR_P or DEV_ATTR_P to save typing. Or would that be confused with the P convention[1]? If so, DEVICE_ATTR_PTR or DEV_ATTR_PTR could be used.
[1] see Jargon File. -- -=( Ian Abbott @ MEV Ltd. E-mail: <[email protected]> )=- -=( Tel: +44 (0)161 477 1898 FAX: +44 (0)161 718 3587 )=- -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

