linux/drivers/bus/mhi/core
Manivannan Sadhasivam 85ec609462 bus: mhi: core: Minor style and comment fixes
This patch fixes the below checkpatch warnings in MHI bus:

WARNING: Possible repeated word: 'events'
+	/* Process ctrl events events */

WARNING: Missing a blank line after declarations
+			struct mhi_buf_info info = { };
+			buf = kmalloc(len, GFP_KERNEL);

WARNING: Move const after static - use 'static const struct mhi_pm_transitions'
+static struct mhi_pm_transitions const dev_state_transitions[] = {

Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Link: https://lore.kernel.org/r/20211216081227.237749-5-manivannan.sadhasivam@linaro.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2021-12-17 17:17:14 +01:00
..
boot.c bus: mhi: core: Use macros for execution environment features 2021-12-17 17:17:14 +01:00
debugfs.c bus: mhi: core: Rename debugfs directory name 2021-03-10 20:11:22 +05:30
init.c bus: mhi: core: Replace DMA allocation wrappers with original APIs 2021-08-05 14:28:47 +02:00
internal.h bus: mhi: core: Use macros for execution environment features 2021-12-17 17:17:14 +01:00
main.c bus: mhi: core: Minor style and comment fixes 2021-12-17 17:17:14 +01:00
Makefile bus: mhi: core: Fix the building of MHI module 2020-10-02 11:33:47 +02:00
pm.c bus: mhi: core: Minor style and comment fixes 2021-12-17 17:17:14 +01:00