Commit 650126a8 authored by Xiang wangx's avatar Xiang wangx Committed by Leon Romanovsky
Browse files

RDMA/hfi1: Fix typo in comment

parent f2906aa8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -172,7 +172,7 @@ static inline void jcopy(u8 *dest, const u8 *src, u32 n)
}

/*
 * Read nbytes from "from" and and place them in the low bytes
 * Read nbytes from "from" and place them in the low bytes
 * of pbuf->carry.  Other bytes are left as-is.  Any previous
 * value in pbuf->carry is lost.
 *