| To: | netdev@xxxxxxxxxxx |
|---|---|
| Subject: | [PATCH] yam: function needs a return |
| From: | "Randy.Dunlap" <rddunlap@xxxxxxxx> |
| Date: | Wed, 27 Aug 2003 22:06:12 -0700 |
| Cc: | jpr@xxxxxxxxx |
| Organization: | OSDL |
| Sender: | netdev-bounce@xxxxxxxxxxx |
Hi,
Please apply.
patch_name: yam_retval.patch
patch_version: 2003-08-27.18:19:03
author: Randy.Dunlap <rddunlap@xxxxxxxx>
description: yam: function needs a return statement;
product: Linux
product_versions: 260-test4
maintainer: jpr@xxxxxxxxx
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
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH] fix sctp printk parameter types, Randy.Dunlap |
|---|---|
| Next by Date: | Re: [PATCH 2.6.0-test4][IPv6] ip6_flowlabel.c: timer cleanups, David S. Miller |
| Previous by Thread: | [PATCH] fix sctp printk parameter types, Randy.Dunlap |
| Next by Thread: | Re: [PATCH] yam: function needs a return, David S. Miller |
| Indexes: | [Date] [Thread] [Top] [All Lists] |