mirror of
https://github.com/raspberrypi/linux.git
synced 2026-01-02 15:53:42 +00:00
staging: greybus: camera: Modify lines end with a '('
Adhere to linux coding style. Reported by checkpatch.pl:
CHECK: Lines should not end with a '('
Signed-off-by: Nandha Kumar Singaram <nandhakumar.singaram@gmail.com>
Link: https://lore.kernel.org/r/5f63b332c83f5f0e95f59e673b0292c27fecb411.1697976302.git.nandhakumar.singaram@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
f2bb7d33c2
commit
559dd2a2a4
@@ -267,8 +267,7 @@ static int gb_camera_get_max_pkt_size(struct gb_camera *gcam,
|
||||
* Validate the stream configuration response verifying padding is correctly
|
||||
* set and the returned number of streams is supported
|
||||
*/
|
||||
static const int gb_camera_configure_streams_validate_response(
|
||||
struct gb_camera *gcam,
|
||||
static const int gb_camera_configure_streams_validate_response(struct gb_camera *gcam,
|
||||
struct gb_camera_configure_streams_response *resp,
|
||||
unsigned int nstreams)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user