mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-14 10:15:13 +00:00
scsi: 53c700: Fix spelling of 'NEGOTIATION'
'NEGOTIATION' was misspelled as 'NEGOTATION'. Fixed it. It is a coding style change which should have no impact on runtime execution of code. Signed-off-by: Faisal Mehmood <f.m3hm00d@gmail.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
parent
45b7af985d
commit
165ee62150
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ struct NCR_700_Device_Parameters {
|
|||
/* The SYNC negotiation sequence looks like:
|
||||
*
|
||||
* If DEV_NEGOTIATED_SYNC not set, tack and SDTR message on to the
|
||||
* initial identify for the device and set DEV_BEGIN_SYNC_NEGOTATION
|
||||
* initial identify for the device and set DEV_BEGIN_SYNC_NEGOTIATION
|
||||
* If we get an SDTR reply, work out the SXFER parameters, squirrel
|
||||
* them away here, clear DEV_BEGIN_SYNC_NEGOTIATION and set
|
||||
* DEV_NEGOTIATED_SYNC. If we get a REJECT msg, squirrel
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue