diff --git a/config/guestosconfig/known-modules.json b/config/guestosconfig/known-modules.json index 433873b5..3ef8bb66 100644 --- a/config/guestosconfig/known-modules.json +++ b/config/guestosconfig/known-modules.json @@ -66,4 +66,4 @@ { "moduleName":"net_failover"}, { "moduleName": "failover"}, { "moduleName":"i2c_piix4"} -] \ No newline at end of file +] diff --git a/pkg/systemstatsmonitor/osfeature_collector.go b/pkg/systemstatsmonitor/osfeature_collector.go index 969769c6..170affe7 100644 --- a/pkg/systemstatsmonitor/osfeature_collector.go +++ b/pkg/systemstatsmonitor/osfeature_collector.go @@ -89,7 +89,7 @@ func (ofc *osFeatureCollector) recordFeaturesFromCmdline(cmdlineArgs []system.Cm } } -// recordFeaturesFromCmdline records the guest OS features that can be derived +// recordFeaturesFromModules records the guest OS features that can be derived // from the /proc/modules // The following features are recorded: // 1. GPUSupport based on the presence of nvidia module