On 5/18/09, Alan Jenkins <[email protected]> wrote:
> On 5/18/09, Andreas Robinson <[email protected]> wrote:
>> Signed-off-by: Andreas Robinson <[email protected]>
>
>>  /*
>> + * strtbl_destroy - string table destructor
>> + */
>> +void strtbl_free(struct string_table *tbl)
>> +{
>> +    free(tbl);
>> +}
>
> The comment is already out of sync with the code :-).

More importantly, the function needs to be actually used (in depmod
parse_modules() function).
--
To unsubscribe from this list: send the line "unsubscribe linux-modules" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to