Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1710824

[PATCH -next 2/2] zram: fix typo in comment

From Yisheng Xie <xieyisheng1@huawei.com>
Newsgroups linux.kernel
Subject [PATCH -next 2/2] zram: fix typo in comment
Date 2017-08-14 13:00 +0200
Message-ID <uelge-389-33@gated-at.bofh.it> (permalink)
References <uelgd-389-11@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


ZRAM_SAME means page consists the same element not the entirely zero page.

Signed-off-by: Yisheng Xie <xieyisheng1@huawei.com>
---
 drivers/block/zram/zram_drv.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/block/zram/zram_drv.h b/drivers/block/zram/zram_drv.h
index 5573dc2..31762db 100644
--- a/drivers/block/zram/zram_drv.h
+++ b/drivers/block/zram/zram_drv.h
@@ -60,7 +60,7 @@
 
 /* Flags for zram pages (table[page_no].value) */
 enum zram_pageflags {
-	/* Page consists entirely of zeros */
+	/* Page consists the same element */
 	ZRAM_SAME = ZRAM_FLAG_SHIFT,
 	ZRAM_ACCESS,	/* page is now accessed */
 	ZRAM_WB,	/* page is stored on backing_device */
-- 
1.8.3.1

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH -next 1/2] zram: fix compr_data_size stat Yisheng Xie <xieyisheng1@huawei.com> - 2017-08-14 13:00 +0200
  [PATCH -next 2/2] zram: fix typo in comment Yisheng Xie <xieyisheng1@huawei.com> - 2017-08-14 13:00 +0200
    Re: [PATCH -next 2/2] zram: fix typo in comment Minchan Kim <minchan@kernel.org> - 2017-08-16 04:00 +0200
  Re: [PATCH -next 1/2] zram: fix compr_data_size stat Minchan Kim <minchan@kernel.org> - 2017-08-16 04:00 +0200

csiph-web