diff options
Diffstat (limited to 'arch/um/drivers')
-rw-r--r-- | arch/um/drivers/ubd_kern.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/um/drivers/ubd_kern.c b/arch/um/drivers/ubd_kern.c index c3e205b6a4c9..0345e2551247 100644 --- a/arch/um/drivers/ubd_kern.c +++ b/arch/um/drivers/ubd_kern.c | |||
@@ -1208,7 +1208,7 @@ int open_ubd_file(char *file, struct openflags *openflags, int shared, | |||
1208 | } | 1208 | } |
1209 | } | 1209 | } |
1210 | 1210 | ||
1211 | /* Succesful return case! */ | 1211 | /* Successful return case! */ |
1212 | if(backing_file_out == NULL) | 1212 | if(backing_file_out == NULL) |
1213 | return(fd); | 1213 | return(fd); |
1214 | 1214 | ||