From: Ed L. Cashin Date: Wed, 20 Sep 2006 18:36:51 +0000 (-0400) Subject: aoe: remove sysfs comment X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=b849086d8f77f8a1269a01d5552fbf355311f7ac;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git aoe: remove sysfs comment Remove unecessary comment. Signed-off-by: "Ed L. Cashin" Acked-by: Alan Cox Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/block/aoe/aoeblk.c b/drivers/block/aoe/aoeblk.c index 196ae7a37643..088acf48ffa4 100644 --- a/drivers/block/aoe/aoeblk.c +++ b/drivers/block/aoe/aoeblk.c @@ -14,7 +14,6 @@ static kmem_cache_t *buf_pool_cache; -/* add attributes for our block devices in sysfs */ static ssize_t aoedisk_show_state(struct gendisk * disk, char *page) { struct aoedev *d = disk->private_data;