From: Boris Bodemann Date: Thu, 27 Nov 2014 16:13:01 +0000 (+0100) Subject: esas2r: Correct typos of "validate" in a comment X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=51879016b0289e314a12ace57c927fe94a80bb39;p=linux-beck.git esas2r: Correct typos of "validate" in a comment Correct typos of "validate" in a comment Signed-off-by: Boris Bodemann Acked-by: Bradley Grove Signed-off-by: Christoph Hellwig --- diff --git a/drivers/scsi/esas2r/esas2r_flash.c b/drivers/scsi/esas2r/esas2r_flash.c index b7dc59fca7a6..7bd376d95ed5 100644 --- a/drivers/scsi/esas2r/esas2r_flash.c +++ b/drivers/scsi/esas2r/esas2r_flash.c @@ -684,9 +684,9 @@ static u16 calc_fi_checksum(struct esas2r_flash_context *fc) * 1) verify the fi_version is correct * 2) verify the checksum of the entire image. * 3) validate the adap_typ, action and length fields. - * 4) valdiate each component header. check the img_type and + * 4) validate each component header. check the img_type and * length fields - * 5) valdiate each component image. validate signatures and + * 5) validate each component image. validate signatures and * local checksums */ static bool verify_fi(struct esas2r_adapter *a,