Commit ae798b69 authored by Heiko Carstens's avatar Heiko Carstens Committed by Linus Torvalds

[PATCH] s390: DCSS driver cleanup fix

From: Carsten Otte <cotte@de.ibm.com>

 - Fix codingstyle.
Signed-off-by: default avatarHeiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 8e2447b2
...@@ -545,7 +545,8 @@ segment_unload(char *name) ...@@ -545,7 +545,8 @@ segment_unload(char *name)
/* /*
* save segment content permanently * save segment content permanently
*/ */
void segment_save(char *name) void
segment_save(char *name)
{ {
struct dcss_segment *seg; struct dcss_segment *seg;
int startpfn = 0; int startpfn = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment