mirror of
https://github.com/torvalds/linux.git
synced 2026-05-13 00:28:54 +02:00
This converts some of the visually simpler cases that have been split over multiple lines. I only did the ones that are easy to verify the resulting diff by having just that final GFP_KERNEL argument on the next line. Somebody should probably do a proper coccinelle script for this, but for me the trivial script actually resulted in an assertion failure in the middle of the script. I probably had made it a bit _too_ trivial. So after fighting that far a while I decided to just do some of the syntactically simpler cases with variations of the previous 'sed' scripts. The more syntactically complex multi-line cases would mostly really want whitespace cleanup anyway. Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> |
||
|---|---|---|
| .. | ||
| iosm_ipc_chnl_cfg.c | ||
| iosm_ipc_chnl_cfg.h | ||
| iosm_ipc_coredump.c | ||
| iosm_ipc_coredump.h | ||
| iosm_ipc_debugfs.c | ||
| iosm_ipc_debugfs.h | ||
| iosm_ipc_devlink.c | ||
| iosm_ipc_devlink.h | ||
| iosm_ipc_flash.c | ||
| iosm_ipc_flash.h | ||
| iosm_ipc_imem_ops.c | ||
| iosm_ipc_imem_ops.h | ||
| iosm_ipc_imem.c | ||
| iosm_ipc_imem.h | ||
| iosm_ipc_irq.c | ||
| iosm_ipc_irq.h | ||
| iosm_ipc_mmio.c | ||
| iosm_ipc_mmio.h | ||
| iosm_ipc_mux_codec.c | ||
| iosm_ipc_mux_codec.h | ||
| iosm_ipc_mux.c | ||
| iosm_ipc_mux.h | ||
| iosm_ipc_pcie.c | ||
| iosm_ipc_pcie.h | ||
| iosm_ipc_pm.c | ||
| iosm_ipc_pm.h | ||
| iosm_ipc_port.c | ||
| iosm_ipc_port.h | ||
| iosm_ipc_protocol_ops.c | ||
| iosm_ipc_protocol_ops.h | ||
| iosm_ipc_protocol.c | ||
| iosm_ipc_protocol.h | ||
| iosm_ipc_task_queue.c | ||
| iosm_ipc_task_queue.h | ||
| iosm_ipc_trace.c | ||
| iosm_ipc_trace.h | ||
| iosm_ipc_uevent.c | ||
| iosm_ipc_uevent.h | ||
| iosm_ipc_wwan.c | ||
| iosm_ipc_wwan.h | ||
| Makefile | ||