Message ID | 20220624012136.1824-1-wangdeming@inspur.com |
---|---|
State | New |
Headers | show |
Series | scsi: fcoe: Modify function description | expand |
diff --git a/drivers/scsi/fcoe/fcoe_ctlr.c b/drivers/scsi/fcoe/fcoe_ctlr.c index 39e16eab47aa..c9fa1bf98505 100644 --- a/drivers/scsi/fcoe/fcoe_ctlr.c +++ b/drivers/scsi/fcoe/fcoe_ctlr.c @@ -689,7 +689,7 @@ static int fcoe_ctlr_encaps(struct fcoe_ctlr *fip, struct fc_lport *lport, * * The caller must check that the length is a multiple of 4. * The SKB must have enough headroom (28 bytes) and tailroom (8 bytes). - * The the skb must also be an fc_frame. + * The skb must also be an fc_frame. * * This is called from the lower-level driver with spinlocks held, * so we must not take a mutex here.
Delete duplicate words of "the". Signed-off-by: Deming Wang <wangdeming@inspur.com> --- drivers/scsi/fcoe/fcoe_ctlr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)