Revert "Added comment to spi.c"

This reverts commit 28aae2c427.
This commit is contained in:
igor-m
2014-04-17 00:53:24 +02:00
parent eddfd51e51
commit 54a771c6f0

View File

@@ -110,9 +110,9 @@ int spidev_write (dev_t dev, struct uio *uio, int flag)
* - SPICTL_IO8W(n) - n*8 bit W transaction
* - SPICTL_IO16W(n) - n*16 bit W transaction
* - SPICTL_IO32W(n) - n*32 bit W transaction
* - SPICTL_IO32RB(n) - n*32 bit RB transaction (B - swap bytes order)
* - SPICTL_IO32RB(n) - n*32 bit RB transaction
* - SPICTL_IO32WB(n) - n*32 bit WB transaction
* - SPICTL_IO32B(n) - n*32 bit RWB transaction
* - SPICTL_IO32B(n) - n*32 bit B transaction
*/
int spidev_ioctl (dev_t dev, u_int cmd, caddr_t addr, int flag)
{