Skip to content

Commit

Permalink
Merge tag 'tomoyo-pr-20200601' of git://git.osdn.net/gitroot/tomoyo/t…
Browse files Browse the repository at this point in the history
…omoyo-test1

Pull tomoyo update from Tetsuo Handa:
 "One patch for suppressing coccicheck's warning"

* tag 'tomoyo-pr-20200601' of git://git.osdn.net/gitroot/tomoyo/tomoyo-test1:
  tomoyo: use true for bool variable
  • Loading branch information
torvalds committed Jun 3, 2020
2 parents 1ee08de + 27acbf4 commit 91681e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion security/tomoyo/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -1025,7 +1025,7 @@ static bool tomoyo_select_domain(struct tomoyo_io_buffer *head,
if (domain)
head->r.domain = &domain->list;
else
head->r.eof = 1;
head->r.eof = true;
tomoyo_io_printf(head, "# select %s\n", data);
if (domain && domain->is_deleted)
tomoyo_io_printf(head, "# This is a deleted domain.\n");
Expand Down

0 comments on commit 91681e8

Please sign in to comment.