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:
smadhavan
2018-10-03 12:00:47 +05:30
committed by mobile promotions
parent 64341b544b
commit b597a721af
8 changed files with 15 additions and 15 deletions

View File

@@ -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 */