Files
linux-nvgpu/drivers/gpu
Philip Elcan 6db2be854c gpu: nvgpu: posix: use MISRA-friendly true/false
In stdbool.h, gcc defines true and false as 1 and 0, respectively. Using
these as booleans generates MISRA 14.4 violations. So, define them as
real booleans in the POSIX types.h.

JIRA NVGPU-1022

Change-Id: Ic00e6ffb885c8d60ed40ca10ca5d686b4c2d39eb
Signed-off-by: Philip Elcan <pelcan@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/1975425
Reviewed-by: Nicolas Benech <nbenech@nvidia.com>
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: svc-misra-checker <svc-misra-checker@nvidia.com>
Reviewed-by: Scott Long <scottl@nvidia.com>
GVS: Gerrit_Virtual_Submit
Reviewed-by: Alex Waterman <alexw@nvidia.com>
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
2018-12-19 11:24:46 -08:00
..
2017-10-29 11:00:55 -07:00