Commit 9c03fee7 authored by Phillip Potter's avatar Phillip Potter Committed by Jens Axboe
Browse files

cdrom: docs: reformat table in Documentation/userspace-api/ioctl/cdrom.rst



Add extra space to the first column of ioctl values table, and also realign
the text in the second column, to fix a documentation build warning
introduced by: commit 67f1e027 ("drivers/cdrom: improved ioctl for
media change detection")

Suggested-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Fixes: 67f1e027 ("drivers/cdrom: improved ioctl for media change detection")
Signed-off-by: default avatarPhillip Potter <phil@philpotter.co.uk>
Reviewed-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Link: https://lore.kernel.org/r/20211007231720.31997-1-phil@philpotter.co.uk


Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 67f1e027
Loading
Loading
Loading
Loading
+58 −58
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ in drivers/cdrom/cdrom.c and drivers/block/scsi_ioctl.c
ioctl values are listed in <linux/cdrom.h>.  As of this writing, they
are as follows:

	======================	===============================================
	========================  ===============================================
	CDROMPAUSE		  Pause Audio Operation
	CDROMRESUME		  Resume paused Audio Operation
	CDROMPLAYMSF		  Play Audio MSF (struct cdrom_msf)
@@ -70,7 +70,7 @@ are as follows:
	CDROM_SEND_PACKET	  send a packet to the drive
	CDROM_NEXT_WRITABLE	  get next writable block
	CDROM_LAST_WRITTEN	  get last block written on disc
	======================	===============================================
	========================  ===============================================


The information that follows was determined from reading kernel source