aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus
diff options
context:
space:
mode:
authorIoannis Valasakis <code@wizofe.uk>2018-11-09 13:54:42 +0000
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-11-09 09:49:03 -0800
commit57d053682ff55aa16a390ddb054a26deb4dfbf9e (patch)
treef2025113e541c1280aa614834b2cf60aca11ee39 /drivers/staging/greybus
parentstaging: greybus: add extra space around OR operator (diff)
downloadlinux-dev-57d053682ff55aa16a390ddb054a26deb4dfbf9e.tar.xz
linux-dev-57d053682ff55aa16a390ddb054a26deb4dfbf9e.zip
staging: greybus: remove extra space before tab
Remove extra spaces before the tab character inside a comment section. Reported by checkpatch. Signed-off-by: Ioannis Valasakis <code@wizofe.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/greybus')
-rw-r--r--drivers/staging/greybus/greybus_protocols.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/greybus/greybus_protocols.h b/drivers/staging/greybus/greybus_protocols.h
index 5783f715bdc2..a0eb72cb225b 100644
--- a/drivers/staging/greybus/greybus_protocols.h
+++ b/drivers/staging/greybus/greybus_protocols.h
@@ -914,8 +914,8 @@ struct gb_spi_device_config_response {
/**
* struct gb_spi_transfer - a read/write buffer pair
- * @speed_hz: Select a speed other than the device default for this transfer. If
- * 0 the default (from @spi_device) is used.
+ * @speed_hz: Select a speed other than the device default for this transfer.
+ * If 0 the default (from @spi_device) is used.
* @len: size of rx and tx buffers (in bytes)
* @delay_usecs: microseconds to delay after this transfer before (optionally)
* changing the chipselect status, then starting the next transfer or