coresight: fix typo in comment in coresight-priv.h
fixes a typo %s/eveyone/everyone/ in function CS_UNLOCK. Signed-off-by: Pankaj Dubey <pankaj.dubey@samsung.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
799656de6f
commit
84b763d5b8
|
@ -47,7 +47,7 @@ static inline void CS_UNLOCK(void __iomem *addr)
|
||||||
{
|
{
|
||||||
do {
|
do {
|
||||||
writel_relaxed(CORESIGHT_UNLOCK, addr + CORESIGHT_LAR);
|
writel_relaxed(CORESIGHT_UNLOCK, addr + CORESIGHT_LAR);
|
||||||
/* Make sure eveyone has seen this */
|
/* Make sure everyone has seen this */
|
||||||
mb();
|
mb();
|
||||||
} while (0);
|
} while (0);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue