ntfs: fix multiple kernel-doc warnings
[linux-block.git] / fs / ntfs / compress.c
index 587e9b18787382776bf05cd523bcbd7de81874ad..f9cb180b6f6bef6af74a16bddae83a1296ea85ea 100644 (file)
@@ -1,5 +1,5 @@
 // SPDX-License-Identifier: GPL-2.0-or-later
-/**
+/*
  * compress.c - NTFS kernel compressed attributes handling.
  *             Part of the Linux-NTFS project.
  *
@@ -41,12 +41,12 @@ typedef enum {
        NTFS_MAX_CB_SIZE        = 64 * 1024,
 } ntfs_compression_constants;
 
-/**
+/*
  * ntfs_compression_buffer - one buffer for the decompression engine
  */
 static u8 *ntfs_compression_buffer;
 
-/**
+/*
  * ntfs_cb_lock - spinlock which protects ntfs_compression_buffer
  */
 static DEFINE_SPINLOCK(ntfs_cb_lock);