aboutsummaryrefslogtreecommitdiff
path: root/hw/npu2.c
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.vnet.ibm.com>2017-07-29 09:40:00 +1000
committerStewart Smith <stewart@linux.vnet.ibm.com>2017-08-01 14:09:58 +1000
commit99685f794fce6abefefd644d5f61972c54952957 (patch)
tree84535040ec171a1816ea3ec98e4fc913d726d5cf /hw/npu2.c
parentd111ad209af573ae488e99a2262546d62f59f7f2 (diff)
downloadskiboot-99685f794fce6abefefd644d5f61972c54952957.zip
skiboot-99685f794fce6abefefd644d5f61972c54952957.tar.gz
skiboot-99685f794fce6abefefd644d5f61972c54952957.tar.bz2
hw/npu2: fix typo in comment
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'hw/npu2.c')
-rw-r--r--hw/npu2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/npu2.c b/hw/npu2.c
index 83451c3..d074836 100644
--- a/hw/npu2.c
+++ b/hw/npu2.c
@@ -1178,7 +1178,7 @@ static void assign_mmio_bars(uint64_t gcid, uint32_t scom, uint64_t reg[2], uint
/*
*Probe NPU device node and create PCI root device node
- * accordingly. The NPU deivce node should specify number
+ * accordingly. The NPU device node should specify number
* of links and xscom base address to access links.
*/
static void npu2_probe_phb(struct dt_node *dn)