5 Aug
2013
5 Aug
'13
12:33 p.m.
On Fri, Aug 02, 2013 at 11:51:56AM +0100, Richard Fitzgerald wrote:
+static void codec2codec_close_delayed_work(struct work_struct *work) +{ +}
Having a commment here was a really good idea since this is the sort of thing I'd expect someone to come along and try to clean up otherwise. I'd also expect just passing NULL to INIT_DELAYED_WORK() (with a big comment attached) to do the right thing, though perhaps it doesn't.