The function pointer 'complete' in 'struct mbo' should use an identifier for its argument. Signed-off-by: Quytelda Kahja <quytelda@xxxxxxxxxxx> --- drivers/staging/most/core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/most/core.h b/drivers/staging/most/core.h index 74a29163b68a..884bd71fafce 100644 --- a/drivers/staging/most/core.h +++ b/drivers/staging/most/core.h @@ -184,7 +184,7 @@ struct mbo { u16 buffer_length; u16 processed_length; enum mbo_status_flags status; - void (*complete)(struct mbo *); + void (*complete)(struct mbo *mbo); }; /** -- 2.16.2 _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel