Re: [PATCH] {cfg,mac}80211.h: fix some kernel-doc warnings
From: Johannes Berg <johannes@sipsolutions.net>
Date: 2013-01-16 14:11:26
Hi, I totally missed your email before.
Warning(include/net/cfg80211.h:334): No description found for return value of 'cfg80211_get_chandef_type' These warnings are only reported when scripts/kernel-doc runs in verbose mode. Fix: In comments, use "Return:" to describe function return values.
I wasn't even aware of this, is that new? Anyway, applied, thanks. johannes