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

Configure Feed

Select the types of activity you want to include in your feed.

hyperv: Remove the spurious null directive line

The file contains a line that consists of the lone # symbol
followed by a newline. While that is a valid syntax as
defined by the C99+ grammar (6.10.7 "Null directive"), it
serves no apparent purpose in this case.

Remove the null preprocessor directive. No functional changes.

Fixes: e68bda71a238 ("hyperv: Add new Hyper-V headers in include/hyperv")
Signed-off-by: Roman Kisel <romank@linux.microsoft.com>
Reviewed-by: Easwar Hariharan <easwar.hariharan@linux.microsoft.com>
Signed-off-by: Wei Liu <wei.liu@kernel.org>

authored by

Roman Kisel and committed by
Wei Liu
b595edcb 020b4e86

-2
-2
include/hyperv/hvgdk_mini.h
··· 597 597 #define HV_SYNIC_SINT_AUTO_EOI (1ULL << 17) 598 598 #define HV_SYNIC_SINT_VECTOR_MASK (0xFF) 599 599 600 - # 601 - 602 600 /* Hyper-V defined statically assigned SINTs */ 603 601 #define HV_SYNIC_INTERCEPTION_SINT_INDEX 0x00000000 604 602 #define HV_SYNIC_IOMMU_FAULT_SINT_INDEX 0x00000001