diff options
Diffstat (limited to 'drivers/coresight/coresight-priv.h')
-rw-r--r-- | drivers/coresight/coresight-priv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/coresight/coresight-priv.h b/drivers/coresight/coresight-priv.h index 8d1180c47c0b..7b3372fca4f6 100644 --- a/drivers/coresight/coresight-priv.h +++ b/drivers/coresight/coresight-priv.h | |||
@@ -47,7 +47,7 @@ static inline void CS_UNLOCK(void __iomem *addr) | |||
47 | { | 47 | { |
48 | do { | 48 | do { |
49 | writel_relaxed(CORESIGHT_UNLOCK, addr + CORESIGHT_LAR); | 49 | writel_relaxed(CORESIGHT_UNLOCK, addr + CORESIGHT_LAR); |
50 | /* Make sure eveyone has seen this */ | 50 | /* Make sure everyone has seen this */ |
51 | mb(); | 51 | mb(); |
52 | } while (0); | 52 | } while (0); |
53 | } | 53 | } |