[ofw] [PATCH] IPOIB_NDIS6_CM mods to make prefast happy 1 of 4

Hefty, Sean sean.hefty at intel.com
Mon Nov 1 08:16:54 PDT 2010


> +static DRIVER_DISPATCH __ipoib_create;
>  static NTSTATUS
>  __ipoib_create(
>         IN                              DEVICE_OBJECT* const
> pDevObj,
>         IN                              IRP* const
> pIrp );
> 
> +static DRIVER_DISPATCH __ipoib_cleanup;
>  static NTSTATUS
>  __ipoib_cleanup(
>         IN                              DEVICE_OBJECT* const
> pDevObj,
>         IN                              IRP* const
> pIrp );
> 
> +static DRIVER_DISPATCH __ipoib_close;
>  static NTSTATUS
>  __ipoib_close(
>         IN                              DEVICE_OBJECT* const
> pDevObj,
>         IN                              IRP* const
> pIrp );
> 
> +static DRIVER_DISPATCH __ipoib_dispatch;
>  static NTSTATUS
>  __ipoib_dispatch(
>         IN                              DEVICE_OBJECT* const
> pDevObj,

Shouldn't the function definitions be updated as well?



More information about the ofw mailing list