[PATCH 6/8] s390: DCSS driver cleanup fix

From: Heiko Carstens
Date: Tue Dec 28 2004 - 03:35:25 EST


[PATCH 6/8] s390: dcss driver.

From: Carsten Otte <cotte@xxxxxxxxxx>

- Fix codingstyle.

Signed-off-by: Heiko Carstens <heiko.carstens@xxxxxxxxxx>

diffstat:
arch/s390/mm/extmem.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletion(-)

diff -urN linux-2.6/arch/s390/mm/extmem.c linux-2.6-patched/arch/s390/mm/extmem.c
--- linux-2.6/arch/s390/mm/extmem.c 2004-12-24 22:35:23.000000000 +0100
+++ linux-2.6-patched/arch/s390/mm/extmem.c 2004-12-28 08:50:51.000000000 +0100
@@ -545,7 +545,8 @@
/*
* save segment content permanently
*/
-void segment_save(char *name)
+void
+segment_save(char *name)
{
struct dcss_segment *seg;
int startpfn = 0;
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/