summaryrefslogtreecommitdiffstats
path: root/include/ubi_uboot.h
diff options
context:
space:
mode:
authorWolfgang Denk <wd@denx.de>2008-12-16 01:02:17 +0100
committerWolfgang Denk <wd@denx.de>2008-12-16 01:02:17 +0100
commit455ae7e87f67c44e6aea68865c83acadd3fcd36c (patch)
tree9f3b69f9c1c2fcc8937e6bd964b1321ac17d45bc /include/ubi_uboot.h
parent84bc72d90c505fec3ef4b693995407a0bd4064e5 (diff)
downloadtalos-obmc-uboot-455ae7e87f67c44e6aea68865c83acadd3fcd36c.tar.gz
talos-obmc-uboot-455ae7e87f67c44e6aea68865c83acadd3fcd36c.zip
Coding style cleanup, update CHANGELOG.
Signed-off-by: Wolfgang Denk <wd@denx.de>
Diffstat (limited to 'include/ubi_uboot.h')
-rw-r--r--include/ubi_uboot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ubi_uboot.h b/include/ubi_uboot.h
index 095dfc1b20..b4152192a2 100644
--- a/include/ubi_uboot.h
+++ b/include/ubi_uboot.h
@@ -56,7 +56,7 @@ do { \
#define ubi_sysfs_close(...) do { } while (0)
static inline int is_power_of_2(unsigned long n)
{
- return (n != 0 && ((n & (n - 1)) == 0));
+ return (n != 0 && ((n & (n - 1)) == 0));
}
/* FIXME */
OpenPOWER on IntegriCloud