Hi,

On 25-10-18 21:40, Shayenne da Luz Moura wrote:
This series cleans the following checkpatch.pl issues:

CHECK: Prefer kernel type 'u32' over 'uint32_t'
CHECK: Avoid using bool structure members because of possible alignment issues

Shayenne da Luz Moura (2):
   staging: vboxvideo: Change uint32_t to u32
   staging: vboxvideo: Use unsigned int instead bool

Why am I receiving only the cover letter of this series? Please resend
so that I get all the patches.

Also at least the first patch is wrong, the drm headers use uint32_t
in the prototype definition of the callback functions we are defining,
so the vboxvideo code should use the same even if the compiler does not
warn about the callback implementation having different parameter types
in this case.

Regards,

Hans





  drivers/staging/vboxvideo/vbox_drv.h        | 14 +++++++-------
  drivers/staging/vboxvideo/vbox_mode.c       |  2 +-
  drivers/staging/vboxvideo/vboxvideo_guest.h |  2 +-
  3 files changed, 9 insertions(+), 9 deletions(-)

_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to