Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 205328
b: refs/heads/master
c: 24a461d
h: refs/heads/master
v: v3
  • Loading branch information
Dan Carpenter authored and Steven Rostedt committed Jul 22, 2010
1 parent ceb8070 commit da6580a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: a484e54fae891703cbe1c9ec1b536605f11f5482
refs/heads/master: 24a461d537f49f9da6533d83100999ea08c6c755
2 changes: 1 addition & 1 deletion trunk/kernel/trace/trace.c
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,7 @@ __acquires(kernel_lock)
return -1;
}

if (strlen(type->name) > MAX_TRACER_SIZE) {
if (strlen(type->name) >= MAX_TRACER_SIZE) {
pr_info("Tracer has a name longer than %d\n", MAX_TRACER_SIZE);
return -1;
}
Expand Down

0 comments on commit da6580a

Please sign in to comment.