summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vc04_services/include
diff options
context:
space:
mode:
authorJiabing Wan <kael_w@yeah.net>2021-05-18 20:17:33 +0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-05-19 17:59:00 +0200
commit6f8ef160190d02c9398294b09bd1890a50dee2e1 (patch)
tree64284f34b57fad98ebfe1802cbf302cc8dc79f40 /drivers/staging/vc04_services/include
parent73861d26a5f430116a82c2e77edb9ee16cafae88 (diff)
downloadlinux-stable-6f8ef160190d02c9398294b09bd1890a50dee2e1.tar.gz
linux-stable-6f8ef160190d02c9398294b09bd1890a50dee2e1.tar.bz2
linux-stable-6f8ef160190d02c9398294b09bd1890a50dee2e1.zip
staging: vc04_services: fix a whitespace coding style issue
Fixing the following checkpatch warning: WARNING: please, no spaces at the start of a line Signed-off-by: Jiabing Wan <kael_w@yeah.net> Link: https://lore.kernel.org/r/20210518121735.88767-1-wanjiabing@vivo.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/vc04_services/include')
-rw-r--r--drivers/staging/vc04_services/include/linux/raspberrypi/vchiq.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/vc04_services/include/linux/raspberrypi/vchiq.h b/drivers/staging/vc04_services/include/linux/raspberrypi/vchiq.h
index fefc664eefcf..81db7fb76d6d 100644
--- a/drivers/staging/vc04_services/include/linux/raspberrypi/vchiq.h
+++ b/drivers/staging/vc04_services/include/linux/raspberrypi/vchiq.h
@@ -104,7 +104,7 @@ extern enum vchiq_status vchiq_bulk_receive(unsigned int service,
enum vchiq_bulk_mode mode);
extern void *vchiq_get_service_userdata(unsigned int service);
extern enum vchiq_status vchiq_get_peer_version(unsigned int handle,
- short *peer_version);
+ short *peer_version);
extern struct vchiq_header *vchiq_msg_hold(unsigned int handle);
#endif /* VCHIQ_H */