linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] spi - fix a typo in comment.
@ 2015-03-01 12:49 Marcin Bis
  2015-03-03 14:14 ` Mark Brown
  0 siblings, 1 reply; 2+ messages in thread
From: Marcin Bis @ 2015-03-01 12:49 UTC (permalink / raw)
  To: Mark Brown; +Cc: trivial, linux-spi, linux-kernel, Marcin Bis

alway -> always

Signed-off-by: Marcin Bis <marcin@bis.org.pl>
---
 include/linux/spi/spi.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/spi/spi.h b/include/linux/spi/spi.h
index ed9489d..856d34d 100644
--- a/include/linux/spi/spi.h
+++ b/include/linux/spi/spi.h
@@ -649,7 +649,7 @@ struct spi_transfer {
  * sequence completes.  On some systems, many such sequences can execute as
  * as single programmed DMA transfer.  On all systems, these messages are
  * queued, and might complete after transactions to other devices.  Messages
- * sent to a given spi_device are alway executed in FIFO order.
+ * sent to a given spi_device are always executed in FIFO order.
  *
  * The code that submits an spi_message (and its spi_transfers)
  * to the lower layers is responsible for managing its memory.
-- 
1.9.1


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

* Re: [PATCH] spi - fix a typo in comment.
  2015-03-01 12:49 [PATCH] spi - fix a typo in comment Marcin Bis
@ 2015-03-03 14:14 ` Mark Brown
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Brown @ 2015-03-03 14:14 UTC (permalink / raw)
  To: Marcin Bis; +Cc: trivial, linux-spi, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 177 bytes --]

On Sun, Mar 01, 2015 at 01:49:32PM +0100, Marcin Bis wrote:
> alway -> always

Applied, thanks.  Please use subject lines reflecting the normal style
for the subsystem (spi: ).

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 473 bytes --]

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

end of thread, other threads:[~2015-03-03 14:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-01 12:49 [PATCH] spi - fix a typo in comment Marcin Bis
2015-03-03 14:14 ` Mark Brown

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).