]> git.itanic.dy.fi Git - linux-stable/commit
PM: hibernate: Repair excess function parameter description warning
authorRandy Dunlap <rdunlap@infradead.org>
Wed, 20 Dec 2023 06:02:46 +0000 (22:02 -0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 20 Dec 2023 18:19:26 +0000 (19:19 +0100)
commitdadce3fbaf10250b35d540caff475ff93b259de0
tree7d6192ddce9705feea258ac6aaeb9dad93f2e7a8
parente0f4bd26e29bf6162cdc9dc6fb7522bde7b74d07
PM: hibernate: Repair excess function parameter description warning

Function swsusp_close() does not have any parameters, so remove the
description of parameter @exclusive to prevent this warning.

swap.c:1573: warning: Excess function parameter 'exclusive' description in 'swsusp_close'

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
[ rjw: Subject edits ]
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
kernel/power/swap.c