linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [TRIVIAL][PATCH][RESEND]
@ 2003-02-18 17:07 Maciej Soltysiak
  2003-02-18 17:17 ` [TRIVIAL][PATCH][RESEND] Sam Ravnborg
  2003-02-18 19:53 ` [TRIVIAL][PATCH][RESEND] 2 spelling typos Maciej Soltysiak
  0 siblings, 2 replies; 4+ messages in thread
From: Maciej Soltysiak @ 2003-02-18 17:07 UTC (permalink / raw)
  To: linux-kernel; +Cc: torvalds

Hi,

two typo patches:

Regards,
Maciej Soltysiak

*** linux-2.5.60/drivers/atm/firestream.c~	Mon Feb 10 19:37:59 2003
--- linux-2.5.60/drivers/atm/firestream.c	Mon Feb 17 20:49:32 2003
***************
*** 1792,1798 ****
  		write_fs (dev, RAC, 0);

  		/* Manual (AN9, page 6) says ASF1=0 means compare Utopia address
! 		 * too.  I can't find ASF1 anywhere. Anyway, we AND with just hte
  		 * other bits, then compare with 0, which is exactly what we
  		 * want. */
  		write_fs (dev, RAM, (1 << (28 - FS155_VPI_BITS - FS155_VCI_BITS)) - 1);
--- 1792,1798 ----
  		write_fs (dev, RAC, 0);

  		/* Manual (AN9, page 6) says ASF1=0 means compare Utopia address
! 		 * too.  I can't find ASF1 anywhere. Anyway, we AND with just the
  		 * other bits, then compare with 0, which is exactly what we
  		 * want. */
  		write_fs (dev, RAM, (1 << (28 - FS155_VPI_BITS - FS155_VCI_BITS)) - 1);


*** drivers/s390/block/dasd_3990_erp.c~	Mon Feb 25 20:38:03 2002
--- drivers/s390/block/dasd_3990_erp.c	Sat Feb 15 21:10:56 2003
***************
*** 2809,2815 ****
   *     - exit with permanent error
   *
   * PARAMETER
!  *   erp                ERP which is in progress wiht no retry left
   *
   * RETURN VALUES
   *   erp                modified/additional ERP
--- 2809,2815 ----
   *     - exit with permanent error
   *
   * PARAMETER
!  *   erp                ERP which is in progress with no retry left
   *
   * RETURN VALUES
   *   erp                modified/additional ERP


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

* Re: [TRIVIAL][PATCH][RESEND]
  2003-02-18 17:07 [TRIVIAL][PATCH][RESEND] Maciej Soltysiak
@ 2003-02-18 17:17 ` Sam Ravnborg
  2003-02-18 17:20   ` [TRIVIAL][PATCH][RESEND] Maciej Soltysiak
  2003-02-18 19:53 ` [TRIVIAL][PATCH][RESEND] 2 spelling typos Maciej Soltysiak
  1 sibling, 1 reply; 4+ messages in thread
From: Sam Ravnborg @ 2003-02-18 17:17 UTC (permalink / raw)
  To: Maciej Soltysiak; +Cc: linux-kernel, torvalds

On Tue, Feb 18, 2003 at 06:07:34PM +0100, Maciej Soltysiak wrote:
> Hi,
> 
> two typo patches:

Use diff -u when generating patches.

	Sam

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

* Re: [TRIVIAL][PATCH][RESEND]
  2003-02-18 17:17 ` [TRIVIAL][PATCH][RESEND] Sam Ravnborg
@ 2003-02-18 17:20   ` Maciej Soltysiak
  0 siblings, 0 replies; 4+ messages in thread
From: Maciej Soltysiak @ 2003-02-18 17:20 UTC (permalink / raw)
  To: Sam Ravnborg; +Cc: linux-kernel, torvalds

> Use diff -u when generating patches.

shall i rediff ?


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

* [TRIVIAL][PATCH][RESEND] 2 spelling typos
  2003-02-18 17:07 [TRIVIAL][PATCH][RESEND] Maciej Soltysiak
  2003-02-18 17:17 ` [TRIVIAL][PATCH][RESEND] Sam Ravnborg
@ 2003-02-18 19:53 ` Maciej Soltysiak
  1 sibling, 0 replies; 4+ messages in thread
From: Maciej Soltysiak @ 2003-02-18 19:53 UTC (permalink / raw)
  To: linux-kernel; +Cc: torvalds

Hi,

sorry, for lack of subject and bad diffs, this is better.
(with/wiht) (the/hte) mistakes.

Regards,
Maciej Soltysiak

--- linux-2.5.60/drivers/atm/firestream.c~	2003-02-10 19:37:59.000000000 +0100
+++ linux-2.5.60/drivers/atm/firestream.c	2003-02-18 20:36:33.000000000 +0100
@@ -1792,7 +1792,7 @@
 		write_fs (dev, RAC, 0);

 		/* Manual (AN9, page 6) says ASF1=0 means compare Utopia address
-		 * too.  I can't find ASF1 anywhere. Anyway, we AND with just hte
+		 * too.  I can't find ASF1 anywhere. Anyway, we AND with just the
 		 * other bits, then compare with 0, which is exactly what we
 		 * want. */
 		write_fs (dev, RAM, (1 << (28 - FS155_VPI_BITS - FS155_VCI_BITS)) - 1);


--- linux-2.5.60/drivers/s390/block/dasd_3990_erp.c~	2003-02-10 19:38:51.000000000 +0100
+++ linux-2.5.60/drivers/s390/block/dasd_3990_erp.c	2003-02-18 20:39:02.000000000 +0100
@@ -2427,7 +2427,7 @@
  *     - exit with permanent error
  *
  * PARAMETER
- *   erp		ERP which is in progress wiht no retry left
+ *   erp		ERP which is in progress with no retry left
  *
  * RETURN VALUES
  *   erp		modified/additional ERP

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

end of thread, other threads:[~2003-02-18 19:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-02-18 17:07 [TRIVIAL][PATCH][RESEND] Maciej Soltysiak
2003-02-18 17:17 ` [TRIVIAL][PATCH][RESEND] Sam Ravnborg
2003-02-18 17:20   ` [TRIVIAL][PATCH][RESEND] Maciej Soltysiak
2003-02-18 19:53 ` [TRIVIAL][PATCH][RESEND] 2 spelling typos Maciej Soltysiak

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