All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v6] staging: speakup: i18n: Delete tab to indent
@ 2017-03-06 18:05 Tamara Diaconita
  2017-03-06 21:13 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Tamara Diaconita @ 2017-03-06 18:05 UTC (permalink / raw)
  To: w.d.hubbs, chris, kirk, samuel.thibault, gregkh, outreachy-kernel
  Cc: Tamara Diaconita

Added the previous changes of the patch in the v6.

Signed-off-by: Tamara Diaconita <diaconita.tamara@gmail.com>
---
Changes since v5:
*Added a space to align the code.
*Added a space after ':' in the subject of the patch.
*Deleted the '.c' in the subject of the patch.

Changes since v4:
*Applied the changes from v3 to the originl file.

Changes since v3:
*Added a space to align the code.

Changes since v2:
*Deleted spaces and added a tab.

Changes since v1:
*Deleted an extra tab to indent the code.

 drivers/staging/speakup/i18n.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/speakup/i18n.c b/drivers/staging/speakup/i18n.c
index 1a3e348..11f1418 100644
--- a/drivers/staging/speakup/i18n.c
+++ b/drivers/staging/speakup/i18n.c
@@ -552,7 +552,7 @@ ssize_t spk_msg_set(enum msg_index_t index, char *text, size_t length)
 			if (index >= MSG_FORMATTED_START &&
 			    index <= MSG_FORMATTED_END &&
 			    !fmt_validate(speakup_default_msgs[index],
-			                  newstr)) {
+					  newstr)) {
 				kfree(newstr);
 				return -EINVAL;
 			}
-- 
2.9.3



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH v6] staging: speakup: i18n: Delete tab to indent
  2017-03-06 18:05 [PATCH v6] staging: speakup: i18n: Delete tab to indent Tamara Diaconita
@ 2017-03-06 21:13 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2017-03-06 21:13 UTC (permalink / raw)
  To: Tamara Diaconita
  Cc: w.d.hubbs, chris, kirk, samuel.thibault, outreachy-kernel,
	Tamara Diaconita

On Mon, Mar 06, 2017 at 08:05:51PM +0200, Tamara Diaconita wrote:
> Added the previous changes of the patch in the v6.

That is a very strange changelog text :(

Please fix.

greg k-h


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-03-06 21:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-06 18:05 [PATCH v6] staging: speakup: i18n: Delete tab to indent Tamara Diaconita
2017-03-06 21:13 ` Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.