From: Markus Elfring Date: Mon, 5 Jun 2017 20:15:08 +0000 (-0600) Subject: coresight: etb10: Fix a typo in a comment line X-Git-Tag: v4.14-rc1~620^2~54 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=63a5c022469f0df1c81cd8c117902bc89e0d19be;p=platform%2Fkernel%2Flinux-rpi.git coresight: etb10: Fix a typo in a comment line Delete a character in this description for a condition check. Signed-off-by: Markus Elfring Signed-off-by: Mathieu Poirier Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/hwtracing/coresight/coresight-etb10.c b/drivers/hwtracing/coresight/coresight-etb10.c index 837aebf..d5b9642 100644 --- a/drivers/hwtracing/coresight/coresight-etb10.c +++ b/drivers/hwtracing/coresight/coresight-etb10.c @@ -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) {