commit | 94feeaafbefd01b1be00ef8aa33e2a6224500f06 | [log] [tgz] |
---|---|---|
author | Shayenne da Luz Moura <shayenneluzmoura@gmail.com> | Fri Oct 26 16:24:58 2018 -0300 |
committer | Gerd Hoffmann <kraxel@redhat.com> | Tue Oct 30 07:20:01 2018 +0100 |
tree | 505e730c39786dd4349b3cdcd67eb39172771b79 | |
parent | 26f53c4f6da89147069681e4ab540e746a1f8779 [diff] |
drm/qxl: Use 'unsigned int' instead of 'bool' Use 'unsigned int' with bitfield instead of 'bool' to avoid alignment issues and remove checkpatch.pl check: CHECK: Avoid using bool structure members because of possible alignment issues Signed-off-by: Shayenne da Luz Moura <shayenneluzmoura@gmail.com> Link: http://patchwork.freedesktop.org/patch/msgid/fcd9d7ea7eec1ac6a3ad9ad16e0fc9ef13c089fd.1540579956.git.shayenneluzmoura@gmail.com Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>