]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
Merge patch series "Fix the return type of several functions from long to int"
authorChristian Brauner <brauner@kernel.org>
Wed, 22 Jan 2025 12:56:27 +0000 (13:56 +0100)
committerChristian Brauner <brauner@kernel.org>
Fri, 21 Feb 2025 09:25:32 +0000 (10:25 +0100)
Yuichiro Tsuji <yuichtsu@amazon.com> says:

These patches fix the return type of several functions from long to int
to match its actual behavior.

* patches from https://lore.kernel.org/r/20250121070844.4413-1-yuichtsu@amazon.com:
  ioctl: Fix return type of several functions from long to int
  open: Fix return type of several functions from long to int

Link: https://lore.kernel.org/r/20250121070844.4413-1-yuichtsu@amazon.com
Signed-off-by: Christian Brauner <brauner@kernel.org>

Trivial merge