PM / OPP: add documentation to RCU head in struct opp
authorNishanth Menon <nm@ti.com>
Tue, 26 Mar 2013 18:01:49 +0000 (18:01 +0000)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 5 Apr 2013 12:22:59 +0000 (14:22 +0200)
commit dde8437 (PM / OPP: RCU reclaim) introduced rcu_head for
struct opp. This aids freeing using kfree_rcu. However, we missed
adding documentation for the same. This generates kernel doc warning:
Warning(drivers/base/power/opp.c:70): No description found for
parameter 'head'

Add documentation as appropriate.

[rjw: Changelog]
Signed-off-by: Nishanth Menon <nm@ti.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>

No differences found