diff options
-rw-r--r-- | src/soc/intel/common/block/systemagent/systemagent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/common/block/systemagent/systemagent.c b/src/soc/intel/common/block/systemagent/systemagent.c index e8d7432c16..6239a46a8e 100644 --- a/src/soc/intel/common/block/systemagent/systemagent.c +++ b/src/soc/intel/common/block/systemagent/systemagent.c @@ -274,7 +274,7 @@ static void systemagent_read_resources(struct device *dev) int index = 0; /** - * If SoC has multiple PCIe domains, only reading resources from the first one. + * If SoC has multiple PCIe domains, only read resources from the first one. */ if (!is_dev_on_domain0(dev)) return; |