On 5/18/09, Andreas Robinson <andr345@xxxxxxxxx> wrote: > Signed-off-by: Andreas Robinson <andr345@xxxxxxxxx> > /* > + * strtbl_destroy - string table destructor > + */ > +void strtbl_free(struct string_table *tbl) > +{ > + free(tbl); > +} The comment is already out of sync with the code :-). -- To unsubscribe from this list: send the line "unsubscribe linux-modules" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html