Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Merge branch 'pm-cpuidle'

* pm-cpuidle:
cpuidle-haltpoll: Fix small typo

+2 -2
+2 -2
drivers/cpuidle/cpuidle-haltpoll.c
··· 94 94 haltpoll_cpuidle_devices = NULL; 95 95 } 96 96 97 - static bool haltpool_want(void) 97 + static bool haltpoll_want(void) 98 98 { 99 99 return kvm_para_has_hint(KVM_HINTS_REALTIME) || force; 100 100 } ··· 110 110 111 111 cpuidle_poll_state_init(drv); 112 112 113 - if (!kvm_para_available() || !haltpool_want()) 113 + if (!kvm_para_available() || !haltpoll_want()) 114 114 return -ENODEV; 115 115 116 116 ret = cpuidle_register_driver(drv);