Commit 10e76361 authored by Alexander Viro's avatar Alexander Viro Committed by Linus Torvalds

[PATCH] tape_name() in st.c

	* new inlined helper: tape_name(tape)
	* most of TAPE_NR() uses replaced with that animal
("st%d ...", TAPE_NR(STp), ... -> "%s ...", tape_name(STp), ... )
parent 84e4e82e
This diff is collapsed.
......@@ -71,6 +71,7 @@ typedef struct {
/* The tape drive descriptor */
typedef struct {
char name[8];
kdev_t devt;
Scsi_Device *device;
struct semaphore lock; /* For serialization */
......
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