>+ { >+ if( p_query_rec->status == IB_TIMEOUT ) >+ { >+ __ndi_complete_irp( h_qp, h_ioctl, STATUS_TIMEOUT ); >+ } >+ else >+ { >+ __ndi_complete_irp( h_qp, h_ioctl, >STATUS_HOST_UNREACHABLE ); >+ } >+ } nit: you indent with spaces in most places in this patch, but with tabs on __ndi_complete_irp