Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
  
          Staging: android: ion: Make a read-only structure
        
    This patch add const qualifier at the declaration of the structure.
The structure become a read-only data, this increase the security.
Found with Coccinelle:
@r disable optional_qualifier@
identifier s,i;
@@
* static struct s i ={...};
Signed-off-by: Mihaela Muraru <mihaela.muraru21@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>- Loading branch information