zram: remove max_num_devices limitation
[firefly-linux-kernel-4.4.55.git] / Documentation / blockdev / zram.txt
index bef499868269bde3c5dbe1dce96595a4024b2083..65e94301e57b9d66bdd8d8e4aa390227b4364141 100644 (file)
@@ -19,7 +19,9 @@ Following shows a typical sequence of steps for using zram.
 1) Load Module:
        modprobe zram num_devices=4
        This creates 4 devices: /dev/zram{0,1,2,3}
-       (num_devices parameter is optional. Default: 1)
+
+num_devices parameter is optional and tells zram how many devices should be
+pre-created. Default: 1.
 
 2) Set max number of compression streams
        Compression backend may use up to max_comp_streams compression streams,