netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] yam: function needs a return
@ 2003-08-28  5:06 Randy.Dunlap
  2003-08-28  8:17 ` David S. Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Randy.Dunlap @ 2003-08-28  5:06 UTC (permalink / raw)
  To: netdev; +Cc: jpr


Hi,
Please apply.

patch_name:	yam_retval.patch
patch_version:	2003-08-27.18:19:03
author:		Randy.Dunlap <rddunlap@osdl.org>
description:	yam: function needs a return statement;
product:	Linux
product_versions: 260-test4
maintainer:	jpr@f6fbb.org

diff -Naur ./drivers/net/hamradio/yam.c~retval ./drivers/net/hamradio/yam.c
--- ./drivers/net/hamradio/yam.c~retval	Fri Aug 22 16:58:10 2003
+++ ./drivers/net/hamradio/yam.c	Wed Aug 27 12:03:13 2003
@@ -807,7 +807,7 @@
 	seq_printf(seq, "  RxInt    %u\n", yp->nb_rxint);
 	seq_printf(seq, "  RxOver   %lu\n", yp->stats.rx_fifo_errors);
 	seq_printf(seq, "\n");
-
+	return 0;
 }
 
 static struct seq_operations yam_seqops = {

--
~Randy

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

* Re: [PATCH] yam: function needs a return
  2003-08-28  5:06 [PATCH] yam: function needs a return Randy.Dunlap
@ 2003-08-28  8:17 ` David S. Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David S. Miller @ 2003-08-28  8:17 UTC (permalink / raw)
  To: Randy.Dunlap; +Cc: netdev, jpr

On Wed, 27 Aug 2003 22:06:12 -0700
"Randy.Dunlap" <rddunlap@osdl.org> wrote:

> Please apply.

Applied, thanks.

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

end of thread, other threads:[~2003-08-28  8:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-08-28  5:06 [PATCH] yam: function needs a return Randy.Dunlap
2003-08-28  8:17 ` 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).