From 587dcaf3c346cd9aedc8d227ca7ae5b6fd6a5107 Mon Sep 17 00:00:00 2001 From: Randy Dunlap Date: Tue, 17 Apr 2012 17:03:50 -0700 Subject: [PATCH] --- yaml --- r: 299751 b: refs/heads/master c: dbabe0d659d3cfe42830a779909ab3cd42f7b027 h: refs/heads/master i: 299749: 6b84411c4687ae28a7aff6fbd0e3f8cfd2026935 299747: eb6761033b2ae5c2909cc394a4eb929e75660798 299743: 07afeb9435decc32aa434b5c8fbe103187543b94 v: v3 --- [refs] | 2 +- trunk/include/linux/spi/spi.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 034793fc77fa..b2848c65e0bc 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5eb806a3a68920a9f373f18b03fa14852047e62b +refs/heads/master: dbabe0d659d3cfe42830a779909ab3cd42f7b027 diff --git a/trunk/include/linux/spi/spi.h b/trunk/include/linux/spi/spi.h index 98679b061b63..fa702aeb5038 100644 --- a/trunk/include/linux/spi/spi.h +++ b/trunk/include/linux/spi/spi.h @@ -254,7 +254,7 @@ static inline void spi_unregister_driver(struct spi_driver *sdrv) * driver is finished with this message, it must call * spi_finalize_current_message() so the subsystem can issue the next * transfer - * @prepare_transfer_hardware: there are currently no more messages on the + * @unprepare_transfer_hardware: there are currently no more messages on the * queue so the subsystem notifies the driver that it may relax the * hardware by issuing this call *