coresight: fix typo in comment in coresight-priv.h
authorPankaj Dubey <pankaj.dubey@samsung.com>
Thu, 13 Nov 2014 08:42:47 +0000 (14:12 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 27 Nov 2014 03:28:11 +0000 (19:28 -0800)
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>
drivers/coresight/coresight-priv.h

index 8d1180c..7b3372f 100644 (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);
 }