aboutsummaryrefslogtreecommitdiff
path: root/include/erofs/defs.h
diff options
context:
space:
mode:
authorHuang Jianan <huangjianan@oppo.com>2022-03-03 11:10:55 +0800
committerGao Xiang <xiang@kernel.org>2022-03-03 22:50:25 +0800
commit1ab11aae4b78a4b0f75fa65047d2c419d4307dbb (patch)
tree33db1f85d6f1d560cc84c66f4f952476d46c4708 /include/erofs/defs.h
parentb254ce8b6d7427dc2ab4540bfb22e68b8e0143b1 (diff)
downloaderofs-utils-1ab11aae4b78a4b0f75fa65047d2c419d4307dbb.tar.gz
erofs-utils: fix some style problems
Fix some minor issues, including: - Spelling mistakes; - Remove redundant spaces and parenthesis; - clean up file headers; - Match parameters with format parameters. Link: https://lore.kernel.org/r/20220303031055.2433-1-huangjianan@oppo.com Signed-off-by: Huang Jianan <huangjianan@oppo.com> Signed-off-by: Gao Xiang <xiang@kernel.org>
Diffstat (limited to 'include/erofs/defs.h')
-rw-r--r--include/erofs/defs.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/erofs/defs.h b/include/erofs/defs.h
index e745bc0..e5aa23c 100644
--- a/include/erofs/defs.h
+++ b/include/erofs/defs.h
@@ -61,7 +61,6 @@ typedef int16_t s16;
typedef int32_t s32;
typedef int64_t s64;
-
#if __BYTE_ORDER == __LITTLE_ENDIAN
/*
* The host byte order is the same as network byte order,