anv: update fallthrough comment so gcc sees it
authorTimothy Arceri <tarceri@itsqueeze.com>
Wed, 1 Jul 2020 06:24:59 +0000 (16:24 +1000)
committerTimothy Arceri <tarceri@itsqueeze.com>
Thu, 2 Jul 2020 02:11:30 +0000 (12:11 +1000)
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5714>

src/intel/vulkan/anv_formats.c

index eb1514bb42f009f2cd88e3b9a9188760a6c61b5e..b7cac527ac5c0d160924933e1b56ac6bf7491316 100644 (file)
@@ -1155,7 +1155,7 @@ VkResult anv_GetPhysicalDeviceImageFormatProperties2(
             external_props->externalMemoryProperties = android_image_props;
             break;
          }
-      /* fallthrough if ahw not supported */
+      /* fallthrough if ahw not supported */
       default:
          /* From the Vulkan 1.0.42 spec:
           *