diff options
author | Colin Ian King | 2019-03-17 23:09:09 +0000 |
---|---|---|
committer | Richard Weinberger | 2019-05-07 23:18:28 +0200 |
commit | 91e1e547abcd88f1e23204e62e377aaa7c93a786 (patch) | |
tree | 7a9d5e3edd80f49edc842e6bf27f2c397a83e6e1 /arch/um/drivers | |
parent | 75f24f78721048a271e2e50a563f51bcfd6f5c1c (diff) |
hostfs: fix mismatch between link_file definition and declaration
The function link_file declaration in the header file has the order
of the two arguments (from, to) swapped when compared to the definition
arguments of (to, from). Fix this by swapping them around to match
the definition.
This error predates the git history, so no idea when this error
was introduced.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'arch/um/drivers')
0 files changed, 0 insertions, 0 deletions