提交 0e8f62eb 编写于 作者: T Toomas Soome 提交者: Rafael J. Wysocki

ACPICA: vsnprintf: this statement may fall through

[rjw:] Add an explicit switch () statement fall-through marker.
Signed-off-by: NToomas Soome <tsoome@me.com>
Signed-off-by: NErik Schmauss <erik.schmauss@intel.com>
Signed-off-by: NRafael J. Wysocki <rafael.j.wysocki@intel.com>
上级 c2fa79b8
......@@ -470,6 +470,7 @@ int vsnprintf(char *string, acpi_size size, const char *format, va_list args)
case 'X':
type |= ACPI_FORMAT_UPPER;
/* FALLTHROUGH */
case 'x':
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册