From: Jason Ekstrand Date: Mon, 9 Nov 2015 20:18:12 +0000 (-0800) Subject: anv/device: Add a newline to the end of a comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=862da6a891ecf570ab02ce9f07d1d22fff04b7ef;p=mesa.git anv/device: Add a newline to the end of a comment --- diff --git a/src/vulkan/anv_device.c b/src/vulkan/anv_device.c index a4b58caab13..c6366a1cccb 100644 --- a/src/vulkan/anv_device.c +++ b/src/vulkan/anv_device.c @@ -83,7 +83,7 @@ anv_physical_device_init(struct anv_physical_device *device, if (device->info->gen == 7 && !device->info->is_haswell && !device->info->is_baytrail) { - fprintf(stderr, "WARNING: Ivy Bridge Vulkan support is incomplete"); + fprintf(stderr, "WARNING: Ivy Bridge Vulkan support is incomplete\n"); } else if (device->info->gen == 8 && !device->info->is_cherryview) { /* Briadwell is as fully supported as anything */ } else {