Commit 84e4e82e authored by Alexander Viro's avatar Alexander Viro Committed by Linus Torvalds

[PATCH] tape_name() in osst.c

	* new inlined helper: tape_name(tape)
	* most of TAPE_NR() uses replaced with that animal
("osst%d ...", TAPE_NR(STp), ... -> "%s ...", tape_name(STp), ... )
parent 6c61f0f9
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -532,6 +532,7 @@ typedef struct {
/* The tape drive descriptor */
typedef struct {
char name[8];
kdev_t devt;
unsigned capacity;
Scsi_Device* device;
......
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