Prev: input: evdev: Convert to dynamic event buffer (rev3)
Next: How do I ignore the changes made by CVS keyword substitution efficiently?
From: Dmitry Torokhov on 4 Jun 2010 02:40 Hi Henrik, On Thu, Jun 03, 2010 at 10:01:02AM +0200, Henrik Rydberg wrote: > > +static inline void input_set_events_per_packet(struct input_dev *dev, int nev) A kerneldoc-style comment explaining the purpose of the new function would be very beneficial. > +{ > + dev->hint_events_per_packet = nev; > +} > + Thanks. -- Dmitry -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |