Skip to content

Commit

Permalink
mptcp: subflow.c: fix typo
Browse files Browse the repository at this point in the history
Replace 'greceful' with 'graceful'.

Signed-off-by: Shi-Sheng Yang <[email protected]>
  • Loading branch information
fourcolor authored and intel-lab-lkp committed Apr 30, 2024
1 parent dd74114 commit ff2e2e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/mptcp/subflow.c
Original file line number Diff line number Diff line change
Expand Up @@ -1259,7 +1259,7 @@ static void mptcp_subflow_fail(struct mptcp_sock *msk, struct sock *ssk)
struct mptcp_subflow_context *subflow = mptcp_subflow_ctx(ssk);
unsigned long fail_tout;

/* greceful failure can happen only on the MPC subflow */
/* graceful failure can happen only on the MPC subflow */
if (WARN_ON_ONCE(ssk != READ_ONCE(msk->first)))
return;

Expand Down

0 comments on commit ff2e2e9

Please sign in to comment.