“0bf98096c907605ed6f8fa9656c3321234aa4904”上不存在“git@gitcode.net:taosdata/tdengine.git”
提交 afbe8d28 编写于 作者: A Andy Whitcroft 提交者: Linus Torvalds

checkpatch: accept any sized le/be type

We are likely going to have 24 bit types.  Expand the type matcher to
match any size.
Signed-off-by: NAndy Whitcroft <apw@shadowen.org>
Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
上级 b132e5d5
......@@ -159,7 +159,7 @@ our @typeList = (
qr{float},
qr{double},
qr{bool},
qr{(?:__)?(?:u|s|be|le)(?:8|16|32|64)},
qr{(?:__)?(?:u|s|be|le)(?:\d|\d\d)},
qr{struct\s+$Ident},
qr{union\s+$Ident},
qr{enum\s+$Ident},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册