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:
Pankaj Dubey 2014-11-13 14:12:47 +05:30 committed by Greg Kroah-Hartman
parent 799656de6f
commit 84b763d5b8
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}