提交 b89dc5d6 编写于 作者: B Bjorn Helgaas 提交者: Linus Torvalds

vsprintf: clarify comments for printf_spec flags

Add clues about what the SMALL and SPECIAL flags do.
Signed-off-by: NBjorn Helgaas <bjorn.helgaas@hp.com>
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 ef0658f3
...@@ -381,8 +381,8 @@ static noinline char *put_dec(char *buf, unsigned long long num) ...@@ -381,8 +381,8 @@ static noinline char *put_dec(char *buf, unsigned long long num)
#define PLUS 4 /* show plus */ #define PLUS 4 /* show plus */
#define SPACE 8 /* space if plus */ #define SPACE 8 /* space if plus */
#define LEFT 16 /* left justified */ #define LEFT 16 /* left justified */
#define SMALL 32 /* Must be 32 == 0x20 */ #define SMALL 32 /* use lowercase in hex (must be 32 == 0x20) */
#define SPECIAL 64 /* 0x */ #define SPECIAL 64 /* prefix hex with "0x", octal with "0" */
enum format_type { enum format_type {
FORMAT_TYPE_NONE, /* Just a string part */ FORMAT_TYPE_NONE, /* Just a string part */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册