The patch titled fix typo in i2c smbus documentation has been removed from the -mm tree. Its filename was fix-typo-in-i2c-smbus-documentation.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: fix typo in i2c smbus documentation From: "Mike Frysinger" <vapier.adi@xxxxxxxxx> Fix typo in SMBus Write Word Data description (write data, dont read it). Signed-off-by: Mike Frysinger <vapier@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- Documentation/i2c/smbus-protocol | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN Documentation/i2c/smbus-protocol~fix-typo-in-i2c-smbus-documentation Documentation/i2c/smbus-protocol --- a/Documentation/i2c/smbus-protocol~fix-typo-in-i2c-smbus-documentation +++ a/Documentation/i2c/smbus-protocol @@ -97,7 +97,7 @@ SMBus Write Word Data ===================== This is the opposite operation of the Read Word Data command. 16 bits -of data is read from a device, from a designated register that is +of data is written to a device to the designated register that is specified through the Comm byte. S Addr Wr [A] Comm [A] DataLow [A] DataHigh [A] P _ Patches currently in -mm which might be from vapier.adi@xxxxxxxxx are search-a-little-harder-for-mkimage.patch scrub-non-__glibc__-checks-in-linux-socketh-and-linux-stath.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