Re: [PATCH] Staging: fixed multiple spelling errors.

2015-04-23 Thread Sudip Mukherjee
On Thu, Apr 23, 2015 at 07:52:41PM -0400, Carlos E. Garcia wrote:
> Fixed multiple spellig errors.

oops, you are fixing spelling mistake, yet you made a spelling
mistake in the commit message .. :)

>  

>   if (!ab)
> @@ -1878,13 +1897,7 @@ void audit_log_task_info(struct audit_buffer *ab, 
> struct task_struct *tsk)
>   audit_log_format(ab, " comm=");
>   audit_log_untrustedstring(ab, get_task_comm(comm, tsk));
>  
> - if (mm) {
> - down_read(&mm->mmap_sem);
> - if (mm->exe_file)
> - audit_log_d_path(ab, " exe=", &mm->exe_file->f_path);
> - up_read(&mm->mmap_sem);
> - } else
> - audit_log_format(ab, " exe=(null)");
> + audit_log_d_path_exe(ab, tsk->mm);

this is not spelling mistake correction and not mentioned in your
commit log also.

regards
sudip
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH] Staging: fixed multiple spelling errors.

2015-04-23 Thread Carlos E. Garcia
Fixed multiple spellig errors.

Signed-off-by: Carlos E. Garcia 
---
 drivers/staging/android/ion/ion_priv.h|  6 +-
 drivers/staging/android/uapi/ion.h|  2 +-
 drivers/staging/comedi/comedi_fops.c  |  2 +-
 drivers/staging/dgnc/TODO |  6 +-
 drivers/staging/dgnc/dgnc_neo.c   |  2 +-
 drivers/staging/emxx_udc/emxx_udc.c   |  2 +-
 drivers/staging/fbtft/Kconfig |  2 +-
 drivers/staging/fwserial/dma_fifo.c   |  2 +-
 drivers/staging/fwserial/fwserial.h   |  2 +-
 drivers/staging/iio/Documentation/device.txt  |  2 +-
 drivers/staging/iio/iio_simple_dummy.h|  2 +-
 drivers/staging/lustre/TODO   |  2 +-
 drivers/staging/media/bcm2048/radio-bcm2048.c |  4 +-
 drivers/staging/octeon-usb/octeon-hcd.c   |  4 +-
 drivers/staging/octeon-usb/octeon-hcd.h   |  2 +-
 drivers/staging/rtl8188eu/include/rtl8188e_hal.h  |  4 +-
 drivers/staging/rtl8192u/r8192U_dm.c  |  2 +-
 drivers/staging/rtl8712/rtl8712_xmit.c|  2 +-
 drivers/staging/rtl8712/rtl871x_mp_phy_regdef.h   |  2 +-
 drivers/staging/rtl8723au/hal/HalPwrSeqCmd.c  |  2 +-
 drivers/staging/rtl8723au/hal/odm.c   |  2 +-
 drivers/staging/rtl8723au/hal/rtl8723a_hal_init.c |  2 +-
 drivers/staging/rtl8723au/hal/rtl8723a_phycfg.c   |  2 +-
 drivers/staging/rtl8723au/hal/rtl8723a_rf6052.c   |  4 +-
 drivers/staging/rtl8723au/hal/rtl8723au_xmit.c|  2 +-
 drivers/staging/rtl8723au/hal/usb_halinit.c   |  2 +-
 drivers/staging/rtl8723au/include/odm_debug.h |  2 +-
 drivers/staging/rtl8723au/include/rtl8723a_hal.h  |  2 +-
 drivers/staging/rtl8723au/include/rtw_cmd.h   |  2 +-
 drivers/staging/rtl8723au/include/rtw_mlme.h  | 10 +--
 drivers/staging/rtl8723au/include/rtw_mlme_ext.h  |  2 +-
 drivers/staging/rtl8723au/include/sta_info.h  |  2 +-
 drivers/staging/sm750fb/ddk750_help.h |  2 +-
 drivers/staging/sm750fb/ddk750_mode.c |  2 +-
 drivers/staging/sm750fb/ddk750_reg.h  |  4 +-
 drivers/staging/sm750fb/ddk750_sii164.c   |  4 +-
 drivers/staging/sm750fb/readme|  8 +--
 drivers/staging/sm750fb/sm750.c   | 12 ++--
 drivers/staging/sm750fb/sm750_accel.c |  4 +-
 drivers/staging/sm750fb/sm750_hw.h|  2 +-
 drivers/staging/unisys/include/guestlinuxdebug.h  |  2 +-
 drivers/staging/vt6655/rxtx.c |  2 +-
 kernel/audit.c| 47 +++-
 kernel/audit.h|  3 +
 kernel/audit_tree.c   | 88 +++
 kernel/auditsc.c  |  9 +--
 46 files changed, 159 insertions(+), 118 deletions(-)

diff --git a/drivers/staging/android/ion/ion_priv.h 
b/drivers/staging/android/ion/ion_priv.h
index 18a5f93..52f1cd1 100644
--- a/drivers/staging/android/ion/ion_priv.h
+++ b/drivers/staging/android/ion/ion_priv.h
@@ -33,7 +33,7 @@ struct ion_buffer *ion_handle_buffer(struct ion_handle 
*handle);
 
 /**
  * struct ion_buffer - metadata for a particular buffer
- * @ref:   refernce count
+ * @ref:   reference count
  * @node:  node in the ion_device buffers tree
  * @dev:   back pointer to the ion_device
  * @heap:  back pointer to the heap the buffer came from
@@ -46,7 +46,7 @@ struct ion_buffer *ion_handle_buffer(struct ion_handle 
*handle);
  * an ion_phys_addr_t (and someday a phys_addr_t)
  * @lock:  protects the buffers cnt fields
  * @kmap_cnt:  number of times the buffer is mapped to the kernel
- * @vaddr: the kenrel mapping if kmap_cnt is not zero
+ * @vaddr: the kernel mapping if kmap_cnt is not zero
  * @dmap_cnt:  number of times the buffer is mapped for dma
  * @sg_table:  the sg table for the buffer if dmap_cnt is not zero
  * @pages: flat array of pages in the buffer -- used by fault
@@ -266,7 +266,7 @@ void ion_heap_freelist_add(struct ion_heap *heap, struct 
ion_buffer *buffer);
 /**
  * ion_heap_freelist_drain - drain the deferred free list
  * @heap:  the heap
- * @size:  ammount of memory to drain in bytes
+ * @size:  amount of memory to drain in bytes
  *
  * Drains the indicated amount of memory from the deferred freelist 
immediately.
  * Returns the total amount freed.  The total freed may be higher depending
diff --git a/drivers/staging/android/uapi/ion.h 
b/drivers/staging/android/uapi/ion.h
index 6aa4956..68a14b4 100644
--- a/drivers/staging/android/uapi/ion.h
+++ b/drivers/staging/android/uapi/ion.h
@@ -179,7 +179,7 @@ struct ion_custom_data {
  * DOC: ION_IOC_SYNC - syncs a shared file descriptors to memory
  *
  * Deprecated in favor of using the dma_buf api's correctly (synci