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

Smith, Stan stan.smith at intel.com
Mon Nov 1 11:48:35 PDT 2010


Hefty, Sean wrote:
>> +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?

I thought so too, except it does not compile?



More information about the ofw mailing list