* [PATCH] VIRTIO: Remove reference to now non-existent __KERNEL__ check.
@ 2012-10-26 11:34 Robert P. J. Day
0 siblings, 0 replies; only message in thread
From: Robert P. J. Day @ 2012-10-26 11:34 UTC (permalink / raw)
To: virtualization; +Cc: mst
Since the header file is now under uapi/, there is no __KERNEL__check,
so fix the comment.
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
---
diff --git a/include/uapi/linux/virtio_config.h b/include/uapi/linux/virtio_config.h
index b7cda39..72a09e1 100644
--- a/include/uapi/linux/virtio_config.h
+++ b/include/uapi/linux/virtio_config.h
@@ -1,7 +1,7 @@
#ifndef _UAPI_LINUX_VIRTIO_CONFIG_H
#define _UAPI_LINUX_VIRTIO_CONFIG_H
-/* This header, excluding the #ifdef __KERNEL__ part, is BSD licensed so
- * anyone can use the definitions to implement compatible drivers/servers.
+/* This header is BSD licensed so anyone can use the definitions to
+ * implement compatible drivers/servers.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
--
========================================================================
Robert P. J. Day Ottawa, Ontario, CANADA
http://crashcourse.ca
Twitter: http://twitter.com/rpjday
LinkedIn: http://ca.linkedin.com/in/rpjday
========================================================================
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2012-10-26 11:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-26 11:34 [PATCH] VIRTIO: Remove reference to now non-existent __KERNEL__ check Robert P. J. Day
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox