From: Lijo Antony <lijo.kernel@gmail.com>
To: gregkh@linuxfoundation.org
Cc: w.d.hubbs@gmail.com, chris@the-brannons.com, kirk@braille.uwo.ca,
samuel.thibault@ens-lyon.org, linux-kernel@vger.kernel.org,
Lijo Antony <lijo.kernel@gmail.com>
Subject: [PATCH 3/3] Staging: speakup: kobjects.c: checkpatch.pl fixes
Date: Tue, 8 Jan 2013 22:39:03 +0400 [thread overview]
Message-ID: <1357670343-15021-3-git-send-email-lijo.kernel@gmail.com> (raw)
In-Reply-To: <1357670343-15021-1-git-send-email-lijo.kernel@gmail.com>
Fixed two "line over 80 characters" warnings reported by checkpatch.pl
Signed-off-by: Lijo Antony <lijo.kernel@gmail.com>
---
drivers/staging/speakup/kobjects.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/drivers/staging/speakup/kobjects.c b/drivers/staging/speakup/kobjects.c
index 86387f4..35f647c 100644
--- a/drivers/staging/speakup/kobjects.c
+++ b/drivers/staging/speakup/kobjects.c
@@ -654,16 +654,16 @@ ssize_t spk_var_store(struct kobject *kobj, struct kobj_attribute *attr,
if (synth && synth->default_pitch) {
param = spk_var_header_by_name("pitch");
if (param) {
- spk_set_num_var(synth->default_pitch[value], param,
- E_NEW_DEFAULT);
+ spk_set_num_var(synth->default_pitch[value],
+ param, E_NEW_DEFAULT);
spk_set_num_var(0, param, E_DEFAULT);
}
}
if (synth && synth->default_vol) {
param = spk_var_header_by_name("vol");
if (param) {
- spk_set_num_var(synth->default_vol[value], param,
- E_NEW_DEFAULT);
+ spk_set_num_var(synth->default_vol[value],
+ param, E_NEW_DEFAULT);
spk_set_num_var(0, param, E_DEFAULT);
}
}
--
1.7.10.4
prev parent reply other threads:[~2013-01-08 18:40 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-08 18:39 [PATCH 1/3] Staging: speakup: buffers.c: checkpatch.pl fixes Lijo Antony
2013-01-08 18:39 ` [PATCH 2/3] Staging: speakup: keyhelp.c: " Lijo Antony
2013-01-08 18:39 ` Lijo Antony [this message]
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=1357670343-15021-3-git-send-email-lijo.kernel@gmail.com \
--to=lijo.kernel@gmail.com \
--cc=chris@the-brannons.com \
--cc=gregkh@linuxfoundation.org \
--cc=kirk@braille.uwo.ca \
--cc=linux-kernel@vger.kernel.org \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox