cifs: fix typo in debug message with struct field ia_valid
authorColin Ian King <colin.king@canonical.com>
Mon, 24 Jun 2019 16:39:43 +0000 (17:39 +0100)
committerSteve French <stfrench@microsoft.com>
Mon, 8 Jul 2019 03:37:43 +0000 (22:37 -0500)
commit63d614a608fcfcd891b0713d818530c93ef1b69b
tree0398ccb16d9c554247b01b5617947906c992ac75
parent3190b59a050ecdbdc86602af506b35f40fd2332e
cifs: fix typo in debug message with struct field ia_valid

Field ia_valid is being debugged with the field name iavalid, fix this.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/inode.c