netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [patch 04/13] M68k HP300 DIO bus: Fix typo in dio_resource_len()
@ 2004-11-22  6:43 akpm
  2004-11-24  8:23 ` David S. Miller
  0 siblings, 1 reply; 2+ messages in thread
From: akpm @ 2004-11-22  6:43 UTC (permalink / raw)
  To: davem; +Cc: jgarzik, netdev, akpm, geert


From: Geert Uytterhoeven <geert@linux-m68k.org>

HP300 DIO bus: Fix typo in dio_resource_len()

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 25-akpm/include/linux/dio.h |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

diff -puN include/linux/dio.h~m68k-hp300-dio-bus-fix-typo-in-dio_resource_len include/linux/dio.h
--- 25/include/linux/dio.h~m68k-hp300-dio-bus-fix-typo-in-dio_resource_len	2004-11-21 22:42:52.782658056 -0800
+++ 25-akpm/include/linux/dio.h	2004-11-21 22:42:52.786657448 -0800
@@ -254,7 +254,7 @@ static inline struct dio_driver *dio_dev
 
 #define dio_resource_start(d) ((d)->resource.start)
 #define dio_resource_end(d)   ((d)->resource.end)
-#define dio_resource_len(d)   ((d)->resource.end-(z)->resource.start+1)
+#define dio_resource_len(d)   ((d)->resource.end-(d)->resource.start+1)
 #define dio_resource_flags(d) ((d)->resource.flags)
 
 #define dio_request_device(d, name) \
_

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

* Re: [patch 04/13] M68k HP300 DIO bus: Fix typo in dio_resource_len()
  2004-11-22  6:43 [patch 04/13] M68k HP300 DIO bus: Fix typo in dio_resource_len() akpm
@ 2004-11-24  8:23 ` David S. Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David S. Miller @ 2004-11-24  8:23 UTC (permalink / raw)
  To: akpm; +Cc: jgarzik, netdev, akpm, geert

On Sun, 21 Nov 2004 22:43:51 -0800
akpm@osdl.org wrote:

> From: Geert Uytterhoeven <geert@linux-m68k.org>
> 
> HP300 DIO bus: Fix typo in dio_resource_len()
> 
> Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
> Signed-off-by: Andrew Morton <akpm@osdl.org>

Simple enough, applied to 2.6.10

Thanks.

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

end of thread, other threads:[~2004-11-24  8:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-22  6:43 [patch 04/13] M68k HP300 DIO bus: Fix typo in dio_resource_len() akpm
2004-11-24  8:23 ` David S. Miller

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