From: Peter Osterlund <petero2@telia.com>

Document that pktcdvd block devices have a 2KB block size.

Signed-off-by: Peter Osterlund <petero2@telia.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 25-akpm/Documentation/cdrom/packet-writing.txt |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff -puN Documentation/cdrom/packet-writing.txt~trivial-cdrw-packet-writing-doc-update Documentation/cdrom/packet-writing.txt
--- 25/Documentation/cdrom/packet-writing.txt~trivial-cdrw-packet-writing-doc-update	Wed Jul 28 15:31:32 2004
+++ 25-akpm/Documentation/cdrom/packet-writing.txt	Wed Jul 28 15:31:32 2004
@@ -73,8 +73,8 @@ Notes
   filesystem corruption if the disc wears out.
 
 - Since the pktcdvd driver makes the disc appear as a regular block
-  device, you can put any filesystem you like on the disc. For
-  example, run:
+  device with a 2KB block size, you can put any filesystem you like on
+  the disc. For example, run:
 
 	# /sbin/mke2fs /dev/pktcdvd0
 
_