diff options
author | Ezequiel Garcia <elezegarcia@gmail.com> | 2012-11-21 12:46:12 -0300 |
---|---|---|
committer | Artem Bityutskiy <artem.bityutskiy@linux.intel.com> | 2012-11-30 13:54:41 +0200 |
commit | 38f92cca8aae5b2e4ff2700c47eee0b807e22980 (patch) | |
tree | b0b52806b0086e8a2459e56fc55f431aeb97c588 /drivers/mtd/ubi | |
parent | 41c043842f047af682daf4940a1fc6dfc807bdbb (diff) | |
download | linux-38f92cca8aae5b2e4ff2700c47eee0b807e22980.tar.bz2 |
UBI: remove spurious comment
This line of comment looks completely bogus.
It was introduced in:
commit d99383b00eba9c6ac3dea462d718b2849012ee03
Author: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
Date: Wed May 18 14:47:34 2011 +0300
UBI: change the interface of a debugging check function
Remove it.
Signed-off-by: Ezequiel Garcia <elezegarcia@gmail.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Diffstat (limited to 'drivers/mtd/ubi')
-rw-r--r-- | drivers/mtd/ubi/wl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mtd/ubi/wl.c b/drivers/mtd/ubi/wl.c index da7b44998b40..ae955174f6ef 100644 --- a/drivers/mtd/ubi/wl.c +++ b/drivers/mtd/ubi/wl.c @@ -1,5 +1,4 @@ /* - * @ubi: UBI device description object * Copyright (c) International Business Machines Corp., 2006 * * This program is free software; you can redistribute it and/or modify |