summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Morton <akpm@linux-foundation.org>2021-12-14 01:36:38 +0000
committerMark Brown <broonie@kernel.org>2021-12-14 02:23:27 +0000
commit3b78425379695f13cbd05729bdb7a59442b77927 (patch)
tree54ddfacd6327e5cb7d30156b94d1e23ec2fda0e1
parent5192daa8d44a6571299d78b1f877f48287ffaccb (diff)
downloadlinux-3b78425379695f13cbd05729bdb7a59442b77927.tar.gz
linux-3b78425379695f13cbd05729bdb7a59442b77927.tar.xz
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> Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r--drivers/nubus/proc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/nubus/proc.c b/drivers/nubus/proc.c
index a334037b4119..1fd667852271 100644
--- a/drivers/nubus/proc.c
+++ b/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)