aboutsummaryrefslogtreecommitdiff
path: root/miscutils/mt.c
diff options
context:
space:
mode:
Diffstat (limited to 'miscutils/mt.c')
-rw-r--r--miscutils/mt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/miscutils/mt.c b/miscutils/mt.c
index 9f1aecfca..1a4214664 100644
--- a/miscutils/mt.c
+++ b/miscutils/mt.c
@@ -15,7 +15,7 @@
15//kbuild:lib-$(CONFIG_MT) += mt.o 15//kbuild:lib-$(CONFIG_MT) += mt.o
16 16
17//usage:#define mt_trivial_usage 17//usage:#define mt_trivial_usage
18//usage: "[-f device] opcode value" 18//usage: "[-f DEVICE] OPCODE VALUE"
19//usage:#define mt_full_usage "\n\n" 19//usage:#define mt_full_usage "\n\n"
20//usage: "Control magnetic tape drive operation\n" 20//usage: "Control magnetic tape drive operation\n"
21//usage: "\n" 21//usage: "\n"
@@ -30,7 +30,7 @@
30#include <sys/mtio.h> 30#include <sys/mtio.h>
31 31
32/* missing: eod/seod, stoptions, stwrthreshold, densities */ 32/* missing: eod/seod, stoptions, stwrthreshold, densities */
33static const short opcode_value[] = { 33static const short opcode_value[] ALIGN2 = {
34 MTBSF, 34 MTBSF,
35 MTBSFM, 35 MTBSFM,
36 MTBSR, 36 MTBSR,