summaryrefslogtreecommitdiff
path: root/tools/lguest/lguest.c
diff options
context:
space:
mode:
authorStephen Rothwell <sfr@canb.auug.org.au>2017-03-03 12:16:36 +1100
committerStephen Rothwell <sfr@canb.auug.org.au>2017-03-03 12:16:36 +1100
commita7542abb121b8385e149abcc8661fea8cac27611 (patch)
treeca391020855e624ee4a8b4043fba0676683ceb7f /tools/lguest/lguest.c
parentccb0d8d3b742e6f21eabb06792f6fbd461d3eb59 (diff)
parent34733d139bccdf288bce976a33665aa429dba620 (diff)
Merge branch 'akpm/master'
Diffstat (limited to 'tools/lguest/lguest.c')
-rw-r--r--tools/lguest/lguest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lguest/lguest.c b/tools/lguest/lguest.c
index 11c8d9bc762e..5d19fdf80292 100644
--- a/tools/lguest/lguest.c
+++ b/tools/lguest/lguest.c
@@ -1387,7 +1387,7 @@ static bool pci_data_iowrite(u16 port, u32 mask, u32 val)
/* Allow writing to any other BAR, or expansion ROM */
iowrite(portoff, val, mask, &d->config_words[reg]);
return true;
- /* We let them overide latency timer and cacheline size */
+ /* We let them override latency timer and cacheline size */
} else if (&d->config_words[reg] == (void *)&d->config.cacheline_size) {
/* Only let them change the first two fields. */
if (mask == 0xFFFFFFFF)