diff options
Diffstat (limited to 'arch/sparc/kernel/ds.c')
-rw-r--r-- | arch/sparc/kernel/ds.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sparc/kernel/ds.c b/arch/sparc/kernel/ds.c index 62d6b153ffa2..4d9ac8406f32 100644 --- a/arch/sparc/kernel/ds.c +++ b/arch/sparc/kernel/ds.c | |||
@@ -851,7 +851,7 @@ void ldom_reboot(const char *boot_command) | |||
851 | 851 | ||
852 | strcpy(full_boot_str, "boot "); | 852 | strcpy(full_boot_str, "boot "); |
853 | strlcpy(full_boot_str + strlen("boot "), boot_command, | 853 | strlcpy(full_boot_str + strlen("boot "), boot_command, |
854 | sizeof(full_boot_str + strlen("boot "))); | 854 | sizeof(full_boot_str)); |
855 | len = strlen(full_boot_str); | 855 | len = strlen(full_boot_str); |
856 | 856 | ||
857 | if (reboot_data_supported) { | 857 | if (reboot_data_supported) { |