Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 84b763d5 authored by Pankaj Dubey's avatar Pankaj Dubey Committed by Greg Kroah-Hartman
Browse files

coresight: fix typo in comment in coresight-priv.h



fixes a typo %s/eveyone/everyone/ in function CS_UNLOCK.

Signed-off-by: default avatarPankaj Dubey <pankaj.dubey@samsung.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 799656de
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@ static inline void CS_UNLOCK(void __iomem *addr)
{
	do {
		writel_relaxed(CORESIGHT_UNLOCK, addr + CORESIGHT_LAR);
		/* Make sure eveyone has seen this */
		/* Make sure everyone has seen this */
		mb();
	} while (0);
}