···5656 * usbip_status shows the status of usbip-host as long as this driver is bound5757 * to the target device.5858 */5959-static ssize_t show_status(struct device *dev, struct device_attribute *attr,6060- char *buf)5959+static ssize_t usbip_status_show(struct device *dev,6060+ struct device_attribute *attr, char *buf)6161{6262 struct stub_device *sdev = dev_get_drvdata(dev);6363 int status;···73737474 return snprintf(buf, PAGE_SIZE, "%d\n", status);7575}7676-static DEVICE_ATTR(usbip_status, S_IRUGO, show_status, NULL);7676+static DEVICE_ATTR_RO(usbip_status);77777878/*7979 * usbip_sockfd gets a socket descriptor of an established TCP connection that