Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

bus: mvebu-mbus: Fix spelling mistake

Change 'informations' to 'information'.
Change 'accross' to 'across'.

Signed-off-by: Zhang Jiaming <jiaming@nfschina.com>
Link: https://lore.kernel.org/r/20220629060716.22310-1-jiaming@nfschina.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Zhang Jiaming and committed by
Greg Kroah-Hartman
85df4646 2af23d20

+3 -3
+3 -3
drivers/bus/mvebu-mbus.c
··· 25 25 * 26 26 * - Reads out the SDRAM address decoding windows at initialization 27 27 * time, and fills the mvebu_mbus_dram_info structure with these 28 - * informations. The exported function mv_mbus_dram_info() allow 29 - * device drivers to get those informations related to the SDRAM 28 + * information. The exported function mv_mbus_dram_info() allow 29 + * device drivers to get those information related to the SDRAM 30 30 * address decoding windows. This is because devices also have their 31 31 * own windows (configured through registers that are part of each 32 32 * device register space), and therefore the drivers for Marvell ··· 123 123 }; 124 124 125 125 /* 126 - * Used to store the state of one MBus window accross suspend/resume. 126 + * Used to store the state of one MBus window across suspend/resume. 127 127 */ 128 128 struct mvebu_mbus_win_data { 129 129 u32 ctrl;