logo       

[PATCH] yam: function needs a return: msg#00898

Subject: [PATCH] yam: function needs a return
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>