[PATCH][2.5] make cifs/print_status static

Zwane Mwaikambo (zwane@linuxpower.ca)
Sat, 12 Oct 2002 20:53:04 -0400 (EDT)


Index: linux-2.5.42/fs/cifs/nterr.c
===================================================================
RCS file: /build/cvsroot/linux-2.5.42/fs/cifs/nterr.c,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 nterr.c
--- linux-2.5.42/fs/cifs/nterr.c 12 Oct 2002 16:56:42 -0000 1.1.1.1
+++ linux-2.5.42/fs/cifs/nterr.c 13 Oct 2002 00:45:56 -0000
@@ -694,7 +694,7 @@
/*****************************************************************************
Print an error message from the status code
*****************************************************************************/
-void
+static void
print_status(__u32 status_code)
{
int idx = 0;

-- 
function.linuxpower.ca

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/