From: Varun Prakash <varun@xxxxxxxxxxx> Date: Mon, 13 Apr 2015 19:34:25 +0530 > diff --git a/drivers/net/ethernet/chelsio/cxgb4/cxgb4_fcoe.c b/drivers/net/ethernet/chelsio/cxgb4/cxgb4_fcoe.c > index 6c8a62e..f78d632 100644 > --- a/drivers/net/ethernet/chelsio/cxgb4/cxgb4_fcoe.c > +++ b/drivers/net/ethernet/chelsio/cxgb4/cxgb4_fcoe.c ... > + */ > +static inline unsigned int pages2ppods(unsigned int pages) > +{ > + return (pages + PPOD_PAGES - 1) / PPOD_PAGES + Please do not ever use inline in foo.c file function definitions. Let the compiler decide on it's own. Thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html