• Randy Dunlap's avatar
    PM: hibernate: swap: don't use /** for non-kernel-doc comments · 6b37dfcb
    Randy Dunlap authored
    kernel-doc complains about multiple occurrences of "/**" being used
    for something that is not a kernel-doc comment, so change all of these
    to just use "/*" comment style.
    
    The warning message for all of these is:
    
    FILE:LINE: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
    
    kernel/power/swap.c:585: warning: ...
    Structure used for CRC32.
    kernel/power/swap.c:600: warning: ...
     * CRC32 update function that runs in its own thread.
    kernel/power/swap.c:627: warning: ...
     * Structure used for LZO data compression.
    kernel/power/swap.c:644: warning: ...
     * Compression function that runs in its own thread.
    kernel/power/swap.c:952: warning: ...
     *      The following functions allow us to read data using a swap map
    kernel/power/swap.c:1111: warning: ...
     * Structure used for LZO data decompression.
    kernel/power/swap.c:1127: warning: ...
     * Decompression function that runs in its own thread.
    
    Also correct one spello/typo.
    Signed-off-by: default avatarRandy Dunlap <rdunlap@infradead.org>
    Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
    6b37dfcb
swap.c 37.9 KB