por
pobrecito hablador
el Lunes, 20 Julio de 2009, 21:21h
(#1161055)
...y a punto de hacerse merge a staging. Como bien dices, es impactante ver las siguientes líneas:
+/* + * + * Copyright (c) 2009, Microsoft Corporation. + * + * This program is free software; you can redistribute it and/or modify it + * under the terms and conditions of the GNU General Public License, + * version 2, as published by the Free Software Foundation....
Mucho tiempo hacía que no veía el estilo windowsero en código fuente y su costumbre de utilizar TODO mayúsculas para los tipos, que parecen que están gritando.
Ya está presentado...
(Puntos:0)+/*
+ *
+ * Copyright (c) 2009, Microsoft Corporation.
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms and conditions of the GNU General Public License,
+ * version 2, as published by the Free Software Foundation.
+ * Authors:
+ * Haiyang Zhang
+ * Hank Janssen
Signed-off-by: Hank Janssen
Signed-off-by: Haiyang Zhang
Signed-off-by: Greg Kroah-Hartman
Aún les falta limpiar el código (usan mayúsculas, e.g. BOOLEAN y demás al estilo Microsoft que no se aceptan en Linux).
Re:Ya está presentado...
(Puntos:0)Re:Ya está presentado...
(Puntos:1)[...]
typedef struct _VMBUS_CHANNEL_MESSAGE_HEADER
{
VMBUS_CHANNEL_MESSAGE_TYPE MessageType;
[...]