Reviewed-by: Michael D Kinney <[email protected]>
Mike > -----Original Message----- > From: edk2-devel [mailto:[email protected]] > On Behalf Of Star Zeng > Sent: Thursday, July 19, 2018 3:19 AM > To: [email protected] > Cc: Kinney, Michael D <[email protected]>; Zeng, > Star <[email protected]> > Subject: [edk2] [staging/FmpDevicePkg-master][PATCH] > FmpDevicePkg FmpDxe: Update function comment for > FmpDxeEntryPoint > > FmpDxeEntryPoint is used by both FmpDxe and FmpDxeLib. > > Cc: Michael D Kinney <[email protected]> > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Star Zeng <[email protected]> > --- > FmpDevicePkg/FmpDxe/FmpDxe.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/FmpDevicePkg/FmpDxe/FmpDxe.c > b/FmpDevicePkg/FmpDxe/FmpDxe.c > index b709bc282a6c..c0c1383723fb 100644 > --- a/FmpDevicePkg/FmpDxe/FmpDxe.c > +++ b/FmpDevicePkg/FmpDxe/FmpDxe.c > @@ -1360,7 +1360,7 @@ cleanup: > } > > /** > - Main entry for this library. > + Main entry for this driver/library. > > @param[in] ImageHandle Image handle this driver. > @param[in] SystemTable Pointer to SystemTable. > -- > 2.7.0.windows.1 > > _______________________________________________ > edk2-devel mailing list > [email protected] > https://lists.01.org/mailman/listinfo/edk2-devel _______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

