diff options
author | Wolfgang Denk <wd@denx.de> | 2009-04-05 00:27:57 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-04-05 00:27:57 +0200 |
commit | c0a14aedc3440d6591b8c86d45861a0a8b46e11d (patch) | |
tree | f451e0641b2c9558ee2dbe0087ea340676f1ea2f /fs/ubifs | |
parent | f63728c804ab7413a67d70f6774cd30c3f7b40fb (diff) | |
download | u-boot-c0a14aedc3440d6591b8c86d45861a0a8b46e11d.tar.gz |
Update CHANGELOG, coding style cleanup.
Diffstat (limited to 'fs/ubifs')
-rw-r--r-- | fs/ubifs/crc16.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/ubifs/crc16.h b/fs/ubifs/crc16.h index 9443c084f8..052fd3311a 100644 --- a/fs/ubifs/crc16.h +++ b/fs/ubifs/crc16.h @@ -27,4 +27,3 @@ static inline u16 crc16_byte(u16 crc, const u8 data) } #endif /* __CRC16_H */ - |