The patch titled tty: Clarify documentation of ->write() has been removed from the -mm tree. Its filename was tty-clarify-documentation-of-write.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: tty: Clarify documentation of ->write() From: Alan <alan@xxxxxxxxxxxxxxxxxxx> The tty driver write method is different to the usual fops device write methods as the buffer is already in kernel space. Clarify the docs since someone writing a driver made that mistake. Signed-off-by: Alan Cox <alan@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- Documentation/tty.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff -puN Documentation/tty.txt~tty-clarify-documentation-of-write Documentation/tty.txt --- a/Documentation/tty.txt~tty-clarify-documentation-of-write +++ a/Documentation/tty.txt @@ -108,7 +108,9 @@ hardware driver through the function poi structure: write() Write a block of characters to the tty device. - Returns the number of characters accepted. + Returns the number of characters accepted. The + character buffer passed to this method is already + in kernel space. put_char() Queues a character for writing to the tty device. If there is no room in the queue, the character is _ Patches currently in -mm which might be from alan@xxxxxxxxxxxxxxxxxxx are origin.patch pata_acpi-restore-driver-vs-libata-clean-up-sff-init-mess-fix.patch libata-add-support-for-ata_16-on-atapi.patch fix-pata_qdic-probe-code.patch pata_scc-fix-compilation.patch libata-fix-hopefully-all-the-remaining-problems-with.patch testing-patch-for-ali-pata-fixes-hopefully-for-the-problems-with-atapi-dma.patch pata_ali-more-work.patch sl82c105-switch-to-ref-counting-api.patch add-pci_try_set_mwi.patch fix-pci_find_present.patch drivers-scsi-ncr5380c-replacing-yield-with-a.patch fix-old-scsi-adapter-crashes-with-cd-rom-take-2.patch doc-kernel-parameters-use-x86-32-tag-instead-of-ia-32.patch upper-32-bits.patch tty_set_ldisc-receive_room-fix.patch tty-add-compat_ioctl.patch tty-add-compat_ioctl-fix.patch revoke-core-code-revoke-no-revoke-for-nommu.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html