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

IB/hfi1: fix spelling mistake in variable name continious

Trivial fix to spelling mistake, rename variable 'continious'
to the correct spelling 'continuous'

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Acked-by: Dennis Dalessandro <dennis.dalessandro@intel.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>

authored by

Colin Ian King and committed by
Doug Ledford
a63aa5db 055bb279

+3 -3
+3 -3
drivers/infiniband/hw/hfi1/chip.c
··· 7330 7330 struct hfi1_devdata *dd = ppd->dd; 7331 7331 u64 reg; 7332 7332 u8 power_management; 7333 - u8 continious; 7333 + u8 continuous; 7334 7334 u8 vcu; 7335 7335 u8 vau; 7336 7336 u8 z; ··· 7349 7349 lcb_shutdown(dd, 0); 7350 7350 adjust_lcb_for_fpga_serdes(dd); 7351 7351 7352 - read_vc_remote_phy(dd, &power_management, &continious); 7352 + read_vc_remote_phy(dd, &power_management, &continuous); 7353 7353 read_vc_remote_fabric(dd, &vau, &z, &vcu, &vl15buf, 7354 7354 &partner_supported_crc); 7355 7355 read_vc_remote_link_width(dd, &remote_tx_rate, &link_widths); ··· 7363 7363 get_link_widths(dd, &active_tx, &active_rx); 7364 7364 dd_dev_info(dd, 7365 7365 "Peer PHY: power management 0x%x, continuous updates 0x%x\n", 7366 - (int)power_management, (int)continious); 7366 + (int)power_management, (int)continuous); 7367 7367 dd_dev_info(dd, 7368 7368 "Peer Fabric: vAU %d, Z %d, vCU %d, vl15 credits 0x%x, CRC sizes 0x%x\n", 7369 7369 (int)vau, (int)z, (int)vcu, (int)vl15buf,