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

rds: Fix spelling mistakes

Fix some spelling mistakes in comments:
alloced ==> allocated

Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com>
Reviewed-by: Håkon Bugge <haakon.bugge@oracle.com>
Link: https://lore.kernel.org/r/20210531063617.3018637-1-zhengyongjun3@huawei.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Zheng Yongjun and committed by
Jakub Kicinski
379aecbc 37f2ad2b

+2 -2
+1 -1
net/rds/ib_ring.c
··· 141 141 } 142 142 143 143 /* 144 - * returns the oldest alloced ring entry. This will be the next one 144 + * returns the oldest allocated ring entry. This will be the next one 145 145 * freed. This can't be called if there are none allocated. 146 146 */ 147 147 u32 rds_ib_ring_oldest(struct rds_ib_work_ring *ring)
+1 -1
net/rds/tcp_recv.c
··· 177 177 goto out; 178 178 } 179 179 tc->t_tinc = tinc; 180 - rdsdebug("alloced tinc %p\n", tinc); 180 + rdsdebug("allocated tinc %p\n", tinc); 181 181 rds_inc_path_init(&tinc->ti_inc, cp, 182 182 &cp->cp_conn->c_faddr); 183 183 tinc->ti_inc.i_rx_lat_trace[RDS_MSG_RX_HDR] =