PM: hibernate: fix the kerneldoc comment for swsusp_check() and swsusp_close()
authorChristoph Hellwig <hch@lst.de>
Mon, 25 Sep 2023 07:40:58 +0000 (09:40 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 26 Sep 2023 18:25:46 +0000 (20:25 +0200)
commit7bf770f74e850c0b8d21ac143b3b2bc18813a6eb
tree87aef87c3c29182d647280eaea2418b2a9124b4a
parentd08970df1980476f27936e24d452550f3e9e92e1
PM: hibernate: fix the kerneldoc comment for swsusp_check() and swsusp_close()

The comments for both swsusp_check() and swsusp_close() don't actually
describe what they are doing.

Just removing the comments would probably better, but as the file is
full of useless kerneldoc comments for non-exported symbols this fits
in better with the style.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
kernel/power/swap.c