Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 40844
b: refs/heads/master
c: d8b295f
h: refs/heads/master
v: v3
  • Loading branch information
Russell King authored and Linus Torvalds committed Nov 13, 2006
1 parent ff41359 commit 220d4bc
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: e40c67597eac7a0b0e676867517b01a5a57f7b4b
refs/heads/master: d8b295f29091310d746509bb6d5828aaf4907a18
2 changes: 1 addition & 1 deletion trunk/include/linux/personality.h
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ struct exec_domain {
* Change personality of the currently running process.
*/
#define set_personality(pers) \
((current->personality == pers) ? 0 : __set_personality(pers))
((current->personality == (pers)) ? 0 : __set_personality(pers))

#endif /* __KERNEL__ */

Expand Down

0 comments on commit 220d4bc

Please sign in to comment.