| From: Andrew Morton <akpm@linux-foundation.org> |
| Subject: proc-remove-pde_data-completely-fix-fix |
| |
| Cc: Muchun Song <songmuchun@bytedance.com> |
| Cc: Stephen Rothwell <sfr@canb.auug.org.au> |
| Reported-by: kernel test robot <lkp@intel.com> |
| Signed-off-by: Andrew Morton <akpm@linux-foundation.org> |
| --- |
| |
| drivers/nubus/proc.c | 2 +- |
| 1 file changed, 1 insertion(+), 1 deletion(-) |
| |
| --- a/drivers/nubus/proc.c~proc-remove-pde_data-completely-fix-fix |
| +++ a/drivers/nubus/proc.c |
| @@ -93,7 +93,7 @@ struct nubus_proc_pde_data { |
| static struct nubus_proc_pde_data * |
| nubus_proc_alloc_pde_data(unsigned char *ptr, unsigned int size) |
| { |
| - struct nubus_proc_pded *pded; |
| + struct nubus_proc_pde_data *pded; |
| |
| pded = kmalloc(sizeof(*pded), GFP_KERNEL); |
| if (!pded) |
| _ |