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

greybus: camera-gb: Fix a alignment bug on gb_camera_ops()

Fix checkpatch message "CHECK: Alignment should match open parenthesis".

Signed-off-by: Thais-ra <thais_ra@riseup.net>
Link: https://lore.kernel.org/r/20240803072236.368-1-thais_ra@riseup.net
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Thais-ra and committed by
Greg Kroah-Hartman
bc41879d f0bf2c33

+2 -2
+2 -2
drivers/staging/greybus/gb-camera.h
··· 92 92 unsigned int *flags, struct gb_camera_stream *streams, 93 93 struct gb_camera_csi_params *csi_params); 94 94 int (*capture)(void *priv, u32 request_id, 95 - unsigned int streams, unsigned int num_frames, 96 - size_t settings_size, const void *settings); 95 + unsigned int streams, unsigned int num_frames, 96 + size_t settings_size, const void *settings); 97 97 int (*flush)(void *priv, u32 *request_id); 98 98 }; 99 99