mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Walt Feasel <waltfeasel@gmail.com>
To: devel@driverdev.osuosl.org
Cc: linux-kernel@vger.kernel.org, Walt Feasel <waltfeasel@gmail.com>
Subject: Possible corrupt file or patch
Date: Sun, 20 Nov 2016 01:41:46 -0500	[thread overview]
Message-ID: <1479624106-16534-1-git-send-email-waltfeasel@gmail.com> (raw)

I have a few files that look perfectly fine in nano and
gedit but the patch file that gets made shows the columns
out of alignment. I have remade them several
times to the same effect. I have also made sure that
there isnt a tab and space mix. Is this a bug that
happens sometimes or do I need to do something to
fix this?

I would really appreciate any assistance on this or
feed back that this file does the same for others.

Signed-off-by: Walt Feasel <waltfeasel@gmail.com>
---
v2 makes changes to correct for email format patch submission

 drivers/staging/speakup/speakup_decpc.c | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/drivers/staging/speakup/speakup_decpc.c b/drivers/staging/speakup/speakup_decpc.c
index 9e16498..813461c 100644
--- a/drivers/staging/speakup/speakup_decpc.c
+++ b/drivers/staging/speakup/speakup_decpc.c
@@ -75,12 +75,12 @@
 #define	CTRL_buff_free		0x0800	/* buffer remain count */
 #define	CTRL_buff_used		0x0900	/* buffer in use */
 #define	CTRL_speech		0x0a00	/* immediate speech change */
-#define	   CTRL_SP_voice	0x0001	/* voice change */
-#define	   CTRL_SP_rate		0x0002	/* rate change */
-#define	   CTRL_SP_comma	0x0003	/* comma pause change */
-#define	   CTRL_SP_period	0x0004	/* period pause change */
-#define	   CTRL_SP_rate_delta	0x0005	/* delta rate change */
-#define	   CTRL_SP_get_param	0x0006	/* return the desired parameter */
+#define CTRL_SP_voice		0x0001	/* voice change */
+#define CTRL_SP_rate		0x0002	/* rate change */
+#define CTRL_SP_comma		0x0003	/* comma pause change */
+#define CTRL_SP_period		0x0004	/* period pause change */
+#define CTRL_SP_rate_delta	0x0005	/* delta rate change */
+#define CTRL_SP_get_param	0x0006	/* return the desired parameter */
 #define	CTRL_last_index		0x0b00	/* get last index spoken */
 #define	CTRL_io_priority	0x0c00	/* change i/o priority */
 #define	CTRL_free_mem		0x0d00	/* get free paragraphs on module */
-- 
2.1.4

             reply	other threads:[~2016-11-20  6:42 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-20  6:41 Walt Feasel [this message]
2016-11-20  9:50 ` Greg KH
2016-11-20 17:43   ` Walt Feasel

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=1479624106-16534-1-git-send-email-waltfeasel@gmail.com \
    --to=waltfeasel@gmail.com \
    --cc=devel@driverdev.osuosl.org \
    --cc=linux-kernel@vger.kernel.org \
    /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

Powered by JetHome