Historias
Slashboxes
Comentarios
 
Este hilo ha sido archivado. No pueden publicarse nuevos comentarios.
Mostrar opciones Umbral:
Y recuerda: Los comentarios que siguen pertenecen a las personas que los han enviado. No somos responsables de los mismos.
  • 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. ...

    + * 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).
    [ Padre ]
  • por pobrecito hablador el Lunes, 20 Julio de 2009, 21:23h (#1161056)
    [ Padre ]
  • por seward (11504) el Martes, 21 Julio de 2009, 14:08h (#1161237)
    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.

    [...]
    typedef struct _VMBUS_CHANNEL_MESSAGE_HEADER
    {
            VMBUS_CHANNEL_MESSAGE_TYPE MessageType;
    [...]
    [ Padre ]