Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 255341
b: refs/heads/master
c: f81c622
h: refs/heads/master
i:
  255339: 025ea30
v: v3
  • Loading branch information
Joe Perches authored and David S. Miller committed Jun 5, 2011
1 parent ca54b39 commit e7af118
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 827d978037d7d0bf0860481948c6d26ead10042f
refs/heads/master: f81c62242045fb7be0a124d8c2540af96d842fad
2 changes: 1 addition & 1 deletion trunk/net/batman-adv/hard-interface.c
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ static int hard_if_event(struct notifier_block *this,
break;
default:
break;
};
}

hardif_put:
hardif_free_ref(hard_iface);
Expand Down
4 changes: 2 additions & 2 deletions trunk/net/bluetooth/hci_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1519,7 +1519,7 @@ int hci_recv_fragment(struct hci_dev *hdev, int type, void *data, int count)

data += (count - rem);
count = rem;
};
}

return rem;
}
Expand Down Expand Up @@ -1554,7 +1554,7 @@ int hci_recv_stream_fragment(struct hci_dev *hdev, void *data, int count)

data += (count - rem);
count = rem;
};
}

return rem;
}
Expand Down
2 changes: 1 addition & 1 deletion trunk/net/sunrpc/auth.c
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,7 @@ rpcauth_refreshcred(struct rpc_task *task)
if (err < 0)
goto out;
cred = task->tk_rqstp->rq_cred;
};
}
dprintk("RPC: %5u refreshing %s cred %p\n",
task->tk_pid, cred->cr_auth->au_ops->au_name, cred);

Expand Down

0 comments on commit e7af118

Please sign in to comment.