]> git.baikalelectronics.ru Git - kernel.git/commit
i2c: busses: i2c-stm32f4: Remove incorrectly placed ' ' from function name
authorLee Jones <lee.jones@linaro.org>
Thu, 20 May 2021 19:01:03 +0000 (20:01 +0100)
committerWolfram Sang <wsa@kernel.org>
Thu, 27 May 2021 19:39:57 +0000 (21:39 +0200)
commitd1cbb1c75e00e11ef0ebced6745fd4f833084821
tree41e91cd1ced1d1bf8bfd2620cc64f17401e93096
parentb9e4bc5acd6df40360b9b7ab137eede4bc346147
i2c: busses: i2c-stm32f4: Remove incorrectly placed ' ' from function name

Fixes the following W=1 kernel build warning(s):

 drivers/i2c/busses/i2c-stm32f4.c:321: warning: expecting prototype for stm32f4_i2c_write_ byte()(). Prototype was for stm32f4_i2c_write_byte() instead

Signed-off-by: Lee Jones <lee.jones@linaro.org>
Reviewed-by: Alain Volmat <alain.volmat@foss.st.com>
Signed-off-by: Wolfram Sang <wsa@kernel.org>
drivers/i2c/busses/i2c-stm32f4.c