Skip to content

Commit

Permalink
nits
Browse files Browse the repository at this point in the history
  • Loading branch information
brendangregg committed Feb 7, 2016
1 parent 6497a84 commit f6e92c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/bitesize.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#include <uapi/linux/ptrace.h>
#include <linux/blkdev.h>
struct proc_key_t {
struct proc_key_t {
char name[TASK_COMM_LEN];
u64 slot;
};
Expand All @@ -41,12 +41,12 @@
return 0;
}
int do_count (struct pt_regs *ctx, struct request *req)
int do_count(struct pt_regs *ctx, struct request *req)
{
struct val_t *valp;
valp = commbyreq.lookup(&req);
if (valp == 0) {
if (valp == 0) {
return 0;
}
Expand Down

0 comments on commit f6e92c9

Please sign in to comment.