summaryrefslogtreecommitdiffstats
path: root/include/linux/mtio.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/mtio.h')
-rw-r--r--include/linux/mtio.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/mtio.h b/include/linux/mtio.h
index 22cec7aaa..61db37850 100644
--- a/include/linux/mtio.h
+++ b/include/linux/mtio.h
@@ -74,8 +74,8 @@ struct mtget {
long mt_gstat; /* generic (device independent) status */
long mt_erreg; /* error register */
/* The next two fields are not always used */
- __kernel_daddr_t mt_fileno; /* number of current file on tape */
- __kernel_daddr_t mt_blkno; /* current block number */
+ __kernel_daddr_t mt_fileno; /* number of current file on tape */
+ __kernel_daddr_t mt_blkno; /* current block number */
};