Remove an extraneous "already" from a comment introduced by r226081.
Submitted by: bf1783 at googlemail.com MFC after: 3 days
This commit is contained in:
parent
fceeafce68
commit
cbf06947eb
@ -639,7 +639,7 @@ svc_rpc_gss_forget_client(struct svc_rpc_gss_client *client)
|
|||||||
/*
|
/*
|
||||||
* Make sure this client has not already been removed
|
* Make sure this client has not already been removed
|
||||||
* from the lists by svc_rpc_gss_forget_client() or
|
* from the lists by svc_rpc_gss_forget_client() or
|
||||||
* svc_rpc_gss_forget_client_locked() already.
|
* svc_rpc_gss_forget_client_locked().
|
||||||
*/
|
*/
|
||||||
if (client == tclient) {
|
if (client == tclient) {
|
||||||
svc_rpc_gss_forget_client_locked(client);
|
svc_rpc_gss_forget_client_locked(client);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user