lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Mon, 7 Jan 2008 20:07:52 +0000
From:	"Miller, Mike (OS Dev)" <Mike.Miller@...com>
To:	Joe Perches <joe@...ches.com>,
	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
CC:	Andrew Morton <akpm@...ux-foundation.org>,
	ISS StorageDev <iss_storagedev@...com>
Subject: RE: [PATCH] drivers/block/: Spelling fixes



> -----Original Message-----
> From: Joe Perches [mailto:joe@...ches.com]
> Sent: Monday, December 17, 2007 1:30 PM
> To: linux-kernel@...r.kernel.org
> Cc: Andrew Morton; Miller, Mike (OS Dev); ISS StorageDev
> Subject: [PATCH] drivers/block/: Spelling fixes
>
>
> Signed-off-by: Joe Perches <joe@...ches.com>

Acked-by: Mike Miller <mike.miller@...com>

> ---
>  drivers/block/cciss_scsi.c |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/block/cciss_scsi.c
> b/drivers/block/cciss_scsi.c index 63ee6c0..55178e9 100644
> --- a/drivers/block/cciss_scsi.c
> +++ b/drivers/block/cciss_scsi.c
> @@ -1453,7 +1453,7 @@ static int
> cciss_eh_device_reset_handler(struct scsi_cmnd *scsicmd)
>         rc = sendcmd(CCISS_RESET_MSG, ctlr, NULL, 0, 2, 0, 0,
>                 (unsigned char *)
> &cmd_in_trouble->Header.LUN.LunAddrBytes[0],
>                 TYPE_MSG);
> -       /* sendcmd turned off interrputs on the board, turn
> 'em back on. */
> +       /* sendcmd turned off interrupts on the board, turn
> 'em back on.
> + */
>         (*c)->access.set_intr_mask(*c, CCISS_INTR_ON);
>         if (rc == 0)
>                 return SUCCESS;
> @@ -1483,7 +1483,7 @@ static int
> cciss_eh_abort_handler(struct scsi_cmnd *scsicmd)
>                 0, 2, 0, 0,
>                 (unsigned char *)
> &cmd_to_abort->Header.LUN.LunAddrBytes[0],
>                 TYPE_MSG);
> -       /* sendcmd turned off interrputs on the board, turn
> 'em back on. */
> +       /* sendcmd turned off interrupts on the board, turn
> 'em back on.
> + */
>         (*c)->access.set_intr_mask(*c, CCISS_INTR_ON);
>         if (rc == 0)
>                 return SUCCESS;
> --
> 1.5.3.7.949.g2221a6
>
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ