aboutsummaryrefslogtreecommitdiffstats
path: root/fs/afs/misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/afs/misc.c')
-rw-r--r--fs/afs/misc.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/fs/afs/misc.c b/fs/afs/misc.c
index e4fce66d76e0..55bc6778cec7 100644
--- a/fs/afs/misc.c
+++ b/fs/afs/misc.c
@@ -1,4 +1,4 @@
1/* misc.c: miscellaneous bits 1/* miscellaneous bits
2 * 2 *
3 * Copyright (C) 2002 Red Hat, Inc. All Rights Reserved. 3 * Copyright (C) 2002 Red Hat, Inc. All Rights Reserved.
4 * Written by David Howells (dhowells@redhat.com) 4 * Written by David Howells (dhowells@redhat.com)
@@ -15,7 +15,6 @@
15#include "errors.h" 15#include "errors.h"
16#include "internal.h" 16#include "internal.h"
17 17
18/*****************************************************************************/
19/* 18/*
20 * convert an AFS abort code to a Linux error number 19 * convert an AFS abort code to a Linux error number
21 */ 20 */
@@ -35,5 +34,4 @@ int afs_abort_to_error(int abortcode)
35 case VMOVED: return -ENXIO; 34 case VMOVED: return -ENXIO;
36 default: return -EIO; 35 default: return -EIO;
37 } 36 }
38 37}
39} /* end afs_abort_to_error() */