summaryrefslogtreecommitdiff
path: root/redfish-core/lib/ethernet.hpp
diff options
context:
space:
mode:
authorEd Tanous <edtanous@google.com>2022-01-25 22:09:55 +0300
committerEd Tanous <edtanous@google.com>2022-02-15 07:26:02 +0300
commitdbb59d4dd8e4fc13b1cad11fd3a093f374a2a7ed (patch)
tree12056a7663a3f8e6033d1193a61f93fccba5f600 /redfish-core/lib/ethernet.hpp
parent71d5d8dbf54dace8a559e593a2bc6011b7261af5 (diff)
downloadbmcweb-dbb59d4dd8e4fc13b1cad11fd3a093f374a2a7ed.tar.xz
Enable readability-uppercase-literal-suffix
We only had a few violations of this; Fix them and enable the check. Signed-off-by: Ed Tanous <edtanous@google.com> Change-Id: I159e774fd0169a91a092218ec8dc896ba9edebf4
Diffstat (limited to 'redfish-core/lib/ethernet.hpp')
-rw-r--r--redfish-core/lib/ethernet.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/redfish-core/lib/ethernet.hpp b/redfish-core/lib/ethernet.hpp
index 9b1aa438b5..cc2ee57b42 100644
--- a/redfish-core/lib/ethernet.hpp
+++ b/redfish-core/lib/ethernet.hpp
@@ -2355,7 +2355,7 @@ inline void requestEthernetInterfacesRoutes(App& app)
return;
}
// Need both vlanId and vlanEnable to service this request
- if (vlanId == 0u)
+ if (vlanId == 0U)
{
messages::propertyMissing(asyncResp->res, "VLANId");
}