Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1640693

[PATCH 2/3] coresight: etb10: Fix a typo in a comment line

From SF Markus Elfring <elfring@users.sourceforge.net>
Newsgroups linux.kernel
Subject [PATCH 2/3] coresight: etb10: Fix a typo in a comment line
Date 2017-05-12 21:00 +0200
Message-ID <tGnXb-lv-11@gated-at.bofh.it> (permalink)
References <tGnXb-lv-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


From: Markus Elfring <elfring@users.sourceforge.net>
Date: Fri, 12 May 2017 20:30:42 +0200

Delete a character in this description for a condition check.

Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
---
 drivers/hwtracing/coresight/coresight-etb10.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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) {
-- 
2.12.3

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 0/3] CoreSight-ETB10: Adjustments for three function  implementations SF Markus Elfring <elfring@users.sourceforge.net> - 2017-05-12 21:00 +0200
  [PATCH 2/3] coresight: etb10: Fix a typo in a comment line SF Markus Elfring <elfring@users.sourceforge.net> - 2017-05-12 21:00 +0200
    Re: [PATCH 2/3] coresight: etb10: Fix a typo in a comment line Mathieu Poirier <mathieu.poirier@linaro.org> - 2017-05-15 19:50 +0200
  [PATCH 3/3] coresight: etb10: Improve a size determination in  etb_alloc_buffer() SF Markus Elfring <elfring@users.sourceforge.net> - 2017-05-12 21:00 +0200
    Re: [PATCH 3/3] coresight: etb10: Improve a size determination in etb_alloc_buffer() Mathieu Poirier <mathieu.poirier@linaro.org> - 2017-05-15 19:50 +0200
      Re: [PATCH 3/3] coresight: etb10: Improve a size determination in  etb_alloc_buffer() SF Markus Elfring <elfring@users.sourceforge.net> - 2017-05-15 21:40 +0200

csiph-web