mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-25 02:52:51 +03:00
gpu: nvgpu: Fix MISRA 8.2 violations
MISRA rule 8.2 makes it mandatory for all function prototypes to have named parameters. There were few instances where parameter name(s) for function prototypes were omitted. This patch will fix the same. JIRA NVGPU-861 Change-Id: I6cb28482becc2938c574b7d8c6f22463d346d27a Signed-off-by: smadhavan <smadhavan@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1917939 Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
64341b544b
commit
b597a721af
@@ -190,7 +190,7 @@ struct fifo_gk20a {
|
||||
struct tsg_gk20a *tsg;
|
||||
struct nvgpu_mutex tsg_inuse_mutex;
|
||||
|
||||
void (*remove_support)(struct fifo_gk20a *);
|
||||
void (*remove_support)(struct fifo_gk20a *f);
|
||||
bool sw_ready;
|
||||
struct {
|
||||
/* share info between isrs and non-isr code */
|
||||
|
||||
Reference in New Issue
Block a user