diff options
author | Markus Elfring <elfring@users.sourceforge.net> | 2017-06-05 14:15:08 -0600 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-06-09 11:45:24 +0200 |
commit | 63a5c022469f0df1c81cd8c117902bc89e0d19be (patch) | |
tree | eace5778182db1fa3aa0fda79c2596d11befc3e3 /drivers | |
parent | 0f9df80ef5f4be1a3abbb161e1469884110a0112 (diff) | |
download | blackbird-op-linux-63a5c022469f0df1c81cd8c117902bc89e0d19be.tar.gz blackbird-op-linux-63a5c022469f0df1c81cd8c117902bc89e0d19be.zip |
coresight: etb10: Fix a typo in a comment line
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>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/hwtracing/coresight/coresight-etb10.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwtracing/coresight/coresight-etb10.c b/drivers/hwtracing/coresight/coresight-etb10.c index 837aebf22c45..d5b96423e1a5 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) { |