Title: [5864] trunk/drivers/spi/spi.c: fix broken kernel doc for spi lock/unlock bus funcs
Revision
5864
Author
vapier
Date
2008-12-14 22:34:10 -0600 (Sun, 14 Dec 2008)

Log Message

fix broken kernel doc for spi lock/unlock bus funcs

Modified Paths


Diff

Modified: trunk/drivers/spi/spi.c (5863 => 5864)


--- trunk/drivers/spi/spi.c	2008-12-13 01:42:06 UTC (rev 5863)
+++ trunk/drivers/spi/spi.c	2008-12-15 04:34:10 UTC (rev 5864)
@@ -592,7 +592,7 @@
 
 /**
  * spi_lock_bus - lock SPI bus for exclusive access
- * @@spi: device which want to lock the bus
+ * @spi: device which want to lock the bus
  * Context: any
  *
  * Once the caller owns exclusive access to the SPI bus,
@@ -617,7 +617,7 @@
 
 /**
  * spi_unlock_bus - unlock SPI bus
- * @@spi: device which want to unlock the bus
+ * @spi: device which want to unlock the bus
  * Context: any
  *
  * The caller has called spi_lock_bus() to lock the bus. It calls
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
http://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to