mirror of
https://github.com/torvalds/linux.git
synced 2026-07-30 11:11:26 +02:00
staging: media: ipu3: fix function argument alignment
Fix alignment of function arguments to match kernel coding style as reported by checkpatch.pl Signed-off-by: Omer El Idrissi <omer.e.idrissi@gmail.com> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
This commit is contained in:
parent
9da49bd9d4
commit
f6390408a8
|
|
@ -151,7 +151,7 @@ static int imgu_dummybufs_init(struct imgu_device *imgu, unsigned int pipe)
|
|||
|
||||
/* May be called from atomic context */
|
||||
static struct imgu_css_buffer *imgu_dummybufs_get(struct imgu_device *imgu,
|
||||
int queue, unsigned int pipe)
|
||||
int queue, unsigned int pipe)
|
||||
{
|
||||
unsigned int i;
|
||||
struct imgu_media_pipe *imgu_pipe = &imgu->imgu_pipe[pipe];
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user