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

Configure Feed

Select the types of activity you want to include in your feed.

net: rds: rdma_transport.h: delete duplicated word

Delete the doubled word "be" in a comment.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Santosh Shilimkar <santosh.shilimkar@oracle.com>
Cc: netdev@vger.kernel.org
Cc: linux-rdma@vger.kernel.org
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Randy Dunlap and committed by
David S. Miller
089377b7 dfd5ec1b

+1 -1
+1 -1
net/rds/rdma_transport.h
··· 13 13 14 14 /* Below reject reason is for legacy interoperability issue with non-linux 15 15 * RDS endpoints where older version incompatibility is conveyed via value 1. 16 - * For future version(s), proper encoded reject reason should be be used. 16 + * For future version(s), proper encoded reject reason should be used. 17 17 */ 18 18 #define RDS_RDMA_REJ_INCOMPAT 1 19 19