diff --git a/include/linux/highmem.h b/include/linux/highmem.h index fb3f724aca41c56..945b58d8a57b385 100644 --- a/include/linux/highmem.h +++ b/include/linux/highmem.h @@ -154,8 +154,10 @@ static inline void *kmap_atomic(struct page *page) static inline void kunmap_atomic_high(void *addr) { - /* Nothing to do in the CONFIG_HIGHMEM=n case as kunmap_atomic() - * handles re-enabling faults + preemption */ + /* + * Nothing to do in the CONFIG_HIGHMEM=n case as kunmap_atomic() + * handles re-enabling faults + preemption + */ } #define kmap_atomic_pfn(pfn) kmap_atomic(pfn_to_page(pfn))