Alex Naslednikov wrote: > Please, apply all "IPoIB_NDIS_CM mods..." patches. > Please, add an additional note like "spacing and tabulation" to > commit notes.
Done in svn 2982. > > -----Original Message----- > From: Smith, Stan [mailto:[email protected]] > Sent: Saturday, October 30, 2010 1:20 AM > To: Alex Naslednikov > Cc: [email protected] > Subject: [PATCH] IPoIB_NDIS_CM mods to make prefast happy 4 of 4 > > > remove duplicate includes. > Add ntstrsafe.h per prefast suggestion. > > signed-off-by: stan smith <[email protected]> > > --- A/ulp/ipoib_NDIS6_CM/kernel/precompile.h Fri Oct 29 15:54:40 > 2010 +++ B/ulp/ipoib_NDIS6_CM/kernel/precompile.h Fri Oct 29 > 15:29:30 2010 @@ -11,16 +11,10 @@ > #include <complib/cl_spinlock.h> > #include <complib/cl_qlist.h> > #include "ipoib_debug.h" > - > - > #include "ipoib_driver.h" > -#include "ipoib_debug.h" > - > #include "ipoib_endpoint.h" > #include "ipoib_port.h" > > +#include <ntstrsafe.h> > > -#include "ipoib_adapter.h" > - > - > -#endif __precomp_h > \ No newline at end of file > +#endif __precomp_h _______________________________________________ ofw mailing list [email protected] http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ofw
