scripts/kernel-doc handles DECLARE_BITMAP() and DECLARE_HASHTABLE(). Recently drivers/gpio/gpiolib.c has been changed to use DECLARE_KFIFO() *and* that is inside kernel-doc notation, but scripts/kernel-doc doesn't know about DECLARE_KFIFO(), so it causes these warnings: ../drivers/gpio/gpiolib.c:593: warning: No description found for parameter '16' ../drivers/gpio/gpiolib.c:593: warning: Excess struct/union/enum/typedef member 'events' description in 'lineevent_state' DECLARE_KFIFO(events, struct gpioevent_data, 16); -- ~Randy -- To unsubscribe from this list: send the line "unsubscribe linux-doc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html