coresight: etb10: Fix a typo in a comment line
authorMarkus Elfring <elfring@users.sourceforge.net>
Mon, 5 Jun 2017 20:15:08 +0000 (14:15 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 9 Jun 2017 09:45:24 +0000 (11:45 +0200)
Delete a character in this description for a condition check.

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/hwtracing/coresight/coresight-etb10.c

index 837aebf22c456e83cddb28b6f1b521ab54858f80..d5b96423e1a5b0a423962fb69dd4a3cf5884cf8c 100644 (file)
@@ -375,7 +375,7 @@ static void etb_update_buffer(struct coresight_device *csdev,
 
        /*
         * Entries should be aligned to the frame size.  If they are not
-        * go back to the last alignement point to give decoding tools a
+        * go back to the last alignment point to give decoding tools a
         * chance to fix things.
         */
        if (write_ptr % ETB_FRAME_SIZE_WORDS) {