Message ID | 168679259703.3436160.12583306507362357946.stgit@dwillia2-xfh.jf.intel.com |
---|---|
State | Accepted |
Commit | 3fe7feb0f37e4dcbd51b9a4019866dc55b965a55 |
Headers | show |
Series | Device memory prep | expand |
On 6/14/23 18:29, Dan Williams wrote: > commit 14d788740774 ("cxl/mem: Consolidate CXL DVSEC Range enumeration > in the core") > > ...removed @info from 'struct cxl_dev_state', but neglected to remove > the corresponding kernel-doc entry. Complete the removal. > > Reported-by: Jonathan Cameron <Jonathan.Cameron@Huawei.com> > Closes: http://lore.kernel.org/r/20230606121054.000069e1@Huawei.com > Signed-off-by: Dan Williams <dan.j.williams@intel.com> Reviewed-by: Dave Jiang <dave.jiang@intel.com> > --- > drivers/cxl/cxlmem.h | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/cxl/cxlmem.h b/drivers/cxl/cxlmem.h > index 8e4ba5b52902..66896fc6c43f 100644 > --- a/drivers/cxl/cxlmem.h > +++ b/drivers/cxl/cxlmem.h > @@ -287,7 +287,6 @@ struct cxl_poison_state { > * @next_volatile_bytes: volatile capacity change pending device reset > * @next_persistent_bytes: persistent capacity change pending device reset > * @component_reg_phys: register base of component registers > - * @info: Cached DVSEC information about the device. > * @serial: PCIe Device Serial Number > * @event: event log driver state > * @poison: poison driver state info >
On Thu, 15 Jun 2023 14:29:08 -0700 Dave Jiang <dave.jiang@intel.com> wrote: > On 6/14/23 18:29, Dan Williams wrote: > > commit 14d788740774 ("cxl/mem: Consolidate CXL DVSEC Range enumeration > > in the core") > > > > ...removed @info from 'struct cxl_dev_state', but neglected to remove > > the corresponding kernel-doc entry. Complete the removal. > > > > Reported-by: Jonathan Cameron <Jonathan.Cameron@Huawei.com> > > Closes: http://lore.kernel.org/r/20230606121054.000069e1@Huawei.com > > Signed-off-by: Dan Williams <dan.j.williams@intel.com> > Reviewed-by: Dave Jiang <dave.jiang@intel.com> Reviewed-by: Jonathan Cameron <Jonathan.Cameron@huawei.com> > > > --- > > drivers/cxl/cxlmem.h | 1 - > > 1 file changed, 1 deletion(-) > > > > diff --git a/drivers/cxl/cxlmem.h b/drivers/cxl/cxlmem.h > > index 8e4ba5b52902..66896fc6c43f 100644 > > --- a/drivers/cxl/cxlmem.h > > +++ b/drivers/cxl/cxlmem.h > > @@ -287,7 +287,6 @@ struct cxl_poison_state { > > * @next_volatile_bytes: volatile capacity change pending device reset > > * @next_persistent_bytes: persistent capacity change pending device reset > > * @component_reg_phys: register base of component registers > > - * @info: Cached DVSEC information about the device. > > * @serial: PCIe Device Serial Number > > * @event: event log driver state > > * @poison: poison driver state info > >
diff --git a/drivers/cxl/cxlmem.h b/drivers/cxl/cxlmem.h index 8e4ba5b52902..66896fc6c43f 100644 --- a/drivers/cxl/cxlmem.h +++ b/drivers/cxl/cxlmem.h @@ -287,7 +287,6 @@ struct cxl_poison_state { * @next_volatile_bytes: volatile capacity change pending device reset * @next_persistent_bytes: persistent capacity change pending device reset * @component_reg_phys: register base of component registers - * @info: Cached DVSEC information about the device. * @serial: PCIe Device Serial Number * @event: event log driver state * @poison: poison driver state info
commit 14d788740774 ("cxl/mem: Consolidate CXL DVSEC Range enumeration in the core") ...removed @info from 'struct cxl_dev_state', but neglected to remove the corresponding kernel-doc entry. Complete the removal. Reported-by: Jonathan Cameron <Jonathan.Cameron@Huawei.com> Closes: http://lore.kernel.org/r/20230606121054.000069e1@Huawei.com Signed-off-by: Dan Williams <dan.j.williams@intel.com> --- drivers/cxl/cxlmem.h | 1 - 1 file changed, 1 deletion(-)