All of lore.kernel.org
 help / color / mirror / Atom feed
From: Narcisa Ana Maria Vasile <narcisaanamaria12@gmail.com>
To: w.d.hubbs@gmail.com, chris@the-brannons.com, kirk@reisers.ca,
	samuel.thibault@ens-lyon.org, gregkh@linuxfoundation.org
Cc: outreachy-kernel@googlegroups.com,
	Narcisa Ana Maria Vasile <narcisaanamaria12@gmail.com>
Subject: [PATCH v3 0/2] staging: speakup: i18n.c: Refactor conditionals and change return type
Date: Fri, 10 Mar 2017 00:52:57 +0200	[thread overview]
Message-ID: <cover.1489099212.git.narcisaanamaria12@gmail.com> (raw)
In-Reply-To: <cover.1489047172.git.narcisaanamaria12@gmail.com>

Change return type from int to bool and refactor code for clarity.

---
Changes in v3:
    Replace numeric value '1' with boolean 'true'

Changes in v2:
    - Update documentation for compare_specifiers and fmt_validate
    - Make commit messages more clear
    - Rewrite condition without using '!'
    - Fit function call on single line

Narcisa Ana Maria Vasile (2):
    staging: speakup: i18n.c: Change return type from int to bool
    staging: speakup: i18n.c: Refactor conditionals in spk_msg_set

    drivers/staging/speakup/i18n.c | 67 ++++++++++++++++++++----------------------
1 file changed, 32 insertions(+), 35 deletions(-)

    -- 
    1.9.1



  parent reply	other threads:[~2017-03-09 22:53 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-09  8:25 [PATCH 0/2] staging: speakup: i18n.c: Refactor conditionals and change return type Narcisa Ana Maria Vasile
2017-03-09  8:26 ` [PATCH 1/2] staging: speakup: i18n: Change return value Narcisa Ana Maria Vasile
2017-03-09  8:58   ` [Outreachy kernel] " Julia Lawall
2017-03-09  8:26 ` [PATCH 2/2] staging: speakup: i18n.c: Refactor conditionals in spk_msg_set Narcisa Ana Maria Vasile
2017-03-09  8:54   ` [Outreachy kernel] " Julia Lawall
2017-03-09 19:52 ` [PATCH v2 0/2] staging: speakup: i18n.c: Refactor conditionals and change return type Narcisa Ana Maria Vasile
2017-03-09 19:53   ` [PATCH v2 1/2] staging: speakup: i18n: Change return type from int to bool Narcisa Ana Maria Vasile
2017-03-09 20:43     ` [Outreachy kernel] " Julia Lawall
2017-03-09 19:53   ` [PATCH v2 2/2] staging: speakup: i18n.c: Refactor conditionals in spk_msg_set Narcisa Ana Maria Vasile
2017-03-09 22:52 ` Narcisa Ana Maria Vasile [this message]
2017-03-09 22:53   ` [PATCH v3 1/2] staging: speakup: i18n.c: Change return type from int to bool Narcisa Ana Maria Vasile
2017-03-09 22:53   ` [PATCH v3 2/2] staging: speakup: i18n.c: Refactor conditionals in spk_msg_set Narcisa Ana Maria Vasile
2017-03-10  6:34     ` [Outreachy kernel] " Julia Lawall
2017-03-10  6:38   ` [Outreachy kernel] [PATCH v3 0/2] staging: speakup: i18n.c: Refactor conditionals and change return type Julia Lawall

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1489099212.git.narcisaanamaria12@gmail.com \
    --to=narcisaanamaria12@gmail.com \
    --cc=chris@the-brannons.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=kirk@reisers.ca \
    --cc=outreachy-kernel@googlegroups.com \
    --cc=samuel.thibault@ens-lyon.org \
    --cc=w.d.hubbs@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.