Red Hat Code Browser bug?
I would like to find the patch that change #define DRV_VERSION_BUILD 21
in Intel Ethernet driver, so I search as below,
https://access.redhat.com/labs/psb/versions/kernel-3.10.0-514.el7/search?q=%23define+DRV_VERSION_BUILD+21&scope=patch
and I find this patch do that change in the preview window, and that is what I want
kernel-3.10.0-514.el7/netdrv-i40e-i40evf-Bump-i40e-version-to-1-3-25-and-i40evf-to-1-3-17
38 #define DRV_VERSION_MINOR 3
39 -#define DRV_VERSION_BUILD 21
40 +#define DRV_VERSION_BUILD 25
41 #define DRV_VERSION __stringify(DRV_VERSION_MAJOR) "." \
But once I click the link on the top of the preview window to see the patch content
https://access.redhat.com/labs/psb/versions/kernel-3.10.0-514.el7/patches/netdrv-i40e-i40evf-Bump-i40e-version-to-1-3-25-and-i40evf-to-1-3-17
There is no DRV_VERSION_BUILD
change in the patch content. Why?