linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Michele Curti <michele.curti@gmail.com>
To: linux-next@vger.kernel.org
Cc: pavel@ucw.cz, gregkh@linuxfoundation.org
Subject: [PATCHv2] staging/winbond: fix a style error
Date: Tue, 25 Mar 2014 15:36:37 +0100	[thread overview]
Message-ID: <20140325143637.GA1477@powerline.azcom-win.it> (raw)


Removed a few spaces that cause coding style error.

Signed-off-by: Michele Curti <michele.curti@gmail.com>

---
 drivers/staging/winbond/wb35tx_s.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/winbond/wb35tx_s.h b/drivers/staging/winbond/wb35tx_s.h
index 715f87d..dc12008 100644
--- a/drivers/staging/winbond/wb35tx_s.h
+++ b/drivers/staging/winbond/wb35tx_s.h
@@ -12,7 +12,7 @@
 /* Internal variable for module */
 struct wb35_tx {
        /* For Tx buffer */
-       u8      TxBuffer[ MAX_USB_TX_BUFFER_NUMBER ][ MAX_USB_TX_BUFFER ];
+       u8      TxBuffer[MAX_USB_TX_BUFFER_NUMBER][MAX_USB_TX_BUFFER];

        /* For Interrupt pipe */
        u8      EP2_buf[MAX_INTERRUPT_LENGTH];

             reply	other threads:[~2014-03-25 14:36 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-25 14:36 Michele Curti [this message]
2014-03-26  9:10 ` [PATCHv2] staging/winbond: fix a style error Pavel Machek
2014-04-25 21:06 ` Greg KH
2014-05-03 12:36   ` [PATCHv3] " Michele CURTI

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=20140325143637.GA1477@powerline.azcom-win.it \
    --to=michele.curti@gmail.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-next@vger.kernel.org \
    --cc=pavel@ucw.cz \
    /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;
as well as URLs for NNTP newsgroup(s).