Some code smell fixes from sonarlint

This commit is contained in:
Jasmine Iwanek
2023-05-11 03:02:36 -04:00
parent d314255362
commit 6c1e4a8e2c
137 changed files with 3354 additions and 2900 deletions

View File

@@ -78,7 +78,7 @@ ps2_nvr_read(uint16_t port, void *priv)
break;
}
return (ret);
return ret;
}
static void
@@ -134,7 +134,7 @@ ps2_nvr_init(const device_t *info)
fclose(f);
}
return (nvr);
return nvr;
}
static void