Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Jiabing Wan and committed by
Greg Kroah-Hartman
6f8ef160 73861d26

+1 -1
+1 -1
drivers/staging/vc04_services/include/linux/raspberrypi/vchiq.h
··· 104 104 enum vchiq_bulk_mode mode); 105 105 extern void *vchiq_get_service_userdata(unsigned int service); 106 106 extern enum vchiq_status vchiq_get_peer_version(unsigned int handle, 107 - short *peer_version); 107 + short *peer_version); 108 108 extern struct vchiq_header *vchiq_msg_hold(unsigned int handle); 109 109 110 110 #endif /* VCHIQ_H */