OSDN Git Service

staging: vboxvideo: Rename uint32_t type to u32
authorRicardo Reis Marques Silva <ricardormsilva93@gmail.com>
Thu, 22 Nov 2018 10:49:05 +0000 (02:49 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 23 Nov 2018 09:58:47 +0000 (10:58 +0100)
commit16c44c57ecd89402a1acc81617cff463ff446fe7
treed405370fb0ef9bb7745c0d53f63275efe2a78d74
parentb44beecab84a69d5d64fd2651b716e7c8cf2cdf7
staging: vboxvideo: Rename uint32_t type to u32

Issue found by checkpatch.

CHECK: Prefer kernel type 'u32' over 'uint32_t'
+static const uint32_t vbox_cursor_plane_formats[] = {

CHECK: Prefer kernel type 'u32' over 'uint32_t'
+static const uint32_t vbox_primary_plane_formats[] = {

CHECK: Prefer kernel type 'u32' over 'uint32_t'
+       const uint32_t *formats;

Signed-off-by: Ricardo Reis Marques Silva <ricardormsilva93@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vboxvideo/vbox_mode.c