X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;ds=sidebyside;f=drivers%2Facpi%2Fprocessor_perflib.c;h=3a73a93596e88a29c1e66fabec91dd2d0db96f6c;hb=fdb8c58a1671beb51949412e053926acd5500b5f;hp=ba1bd263d903094692c3683c9557e8b919d1d985;hpb=35c44933ef10ff4e47c9b28a7e61e648edd38845;p=cascardo%2Flinux.git diff --git a/drivers/acpi/processor_perflib.c b/drivers/acpi/processor_perflib.c index ba1bd263d903..3a73a93596e8 100644 --- a/drivers/acpi/processor_perflib.c +++ b/drivers/acpi/processor_perflib.c @@ -447,8 +447,8 @@ int acpi_processor_notify_smm(struct module *calling_module) if (!try_module_get(calling_module)) return -EINVAL; - /* is_done is set to negative if an error occured, - * and to postitive if _no_ error occured, but SMM + /* is_done is set to negative if an error occurred, + * and to postitive if _no_ error occurred, but SMM * was already notified. This avoids double notification * which might lead to unexpected results... */