diff options
Diffstat (limited to 'kernel/sysctl_binary.c')
-rw-r--r-- | kernel/sysctl_binary.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/sysctl_binary.c b/kernel/sysctl_binary.c index 1357c5786064..d9c5fe4ff1b2 100644 --- a/kernel/sysctl_binary.c +++ b/kernel/sysctl_binary.c | |||
@@ -1193,7 +1193,7 @@ static ssize_t bin_dn_node_address(struct file *file, | |||
1193 | 1193 | ||
1194 | buf[result] = '\0'; | 1194 | buf[result] = '\0'; |
1195 | 1195 | ||
1196 | /* Convert the decnet addresss to binary */ | 1196 | /* Convert the decnet address to binary */ |
1197 | result = -EIO; | 1197 | result = -EIO; |
1198 | nodep = strchr(buf, '.') + 1; | 1198 | nodep = strchr(buf, '.') + 1; |
1199 | if (!nodep) | 1199 | if (!nodep) |