Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
Pull trivial tree updates from Jiri Kosina: "As usual, mostly comment, kerneldoc and printk() fixes" * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial: lpfc: Grammar s/an negative/a negative/ ARM: lib/lib1funcs.S: fix typo s/substractions/subtractions/ cx25821: cx25821-medusa-reg.h: fix 0x0x prefix lib: crc-itu-t.[ch] fix 0x0x prefix in integer constants rapidio: Fix kerneldoc and comment qla4xxx: Fix printk() in qla4_83xx_read_reset_template() and qla4_83xx_pre_loopback_config() treewide: Kconfig: fix wording / spelling usb/serial: fix grammar in Kconfig help text for FTDI_SIO megaraid_sas: fix kerneldoc netfilter: ebtables: fix comment grammar drm/radeon: fix comment isdn: fix grammar in comment ARM: KVM: fix comment
This commit is contained in:
@@ -710,7 +710,7 @@ lpfc_debugfs_slow_ring_trc(struct lpfc_hba *phba, char *fmt,
|
||||
* returns a pointer to that log in the private_data field in @file.
|
||||
*
|
||||
* Returns:
|
||||
* This function returns zero if successful. On error it will return an negative
|
||||
* This function returns zero if successful. On error it will return a negative
|
||||
* error value.
|
||||
**/
|
||||
static int
|
||||
@@ -760,7 +760,7 @@ out:
|
||||
* returns a pointer to that log in the private_data field in @file.
|
||||
*
|
||||
* Returns:
|
||||
* This function returns zero if successful. On error it will return an negative
|
||||
* This function returns zero if successful. On error it will return a negative
|
||||
* error value.
|
||||
**/
|
||||
static int
|
||||
@@ -810,7 +810,7 @@ out:
|
||||
* returns a pointer to that log in the private_data field in @file.
|
||||
*
|
||||
* Returns:
|
||||
* This function returns zero if successful. On error it will return an negative
|
||||
* This function returns zero if successful. On error it will return a negative
|
||||
* error value.
|
||||
**/
|
||||
static int
|
||||
@@ -852,7 +852,7 @@ out:
|
||||
* returns a pointer to that log in the private_data field in @file.
|
||||
*
|
||||
* Returns:
|
||||
* This function returns zero if successful. On error it will return an negative
|
||||
* This function returns zero if successful. On error it will return a negative
|
||||
* error value.
|
||||
**/
|
||||
static int
|
||||
@@ -894,7 +894,7 @@ out:
|
||||
* returns a pointer to that log in the private_data field in @file.
|
||||
*
|
||||
* Returns:
|
||||
* This function returns zero if successful. On error it will return an negative
|
||||
* This function returns zero if successful. On error it will return a negative
|
||||
* error value.
|
||||
**/
|
||||
static int
|
||||
@@ -1115,7 +1115,7 @@ lpfc_debugfs_dif_err_release(struct inode *inode, struct file *file)
|
||||
* returns a pointer to that log in the private_data field in @file.
|
||||
*
|
||||
* Returns:
|
||||
* This function returns zero if successful. On error it will return an negative
|
||||
* This function returns zero if successful. On error it will return a negative
|
||||
* error value.
|
||||
**/
|
||||
static int
|
||||
|
||||
Reference in New Issue
Block a user