···7272}7373EXPORT_SYMBOL(ceph_pagelist_append);74747575-/**7676- * Allocate enough pages for a pagelist to append the given amount7575+/* Allocate enough pages for a pagelist to append the given amount7776 * of data without without allocating.7877 * Returns: 0 on success, -ENOMEM on error.7978 */···9495}9596EXPORT_SYMBOL(ceph_pagelist_reserve);96979797-/**9898- * Free any pages that have been preallocated.9999- */9898+/* Free any pages that have been preallocated. */10099int ceph_pagelist_free_reserve(struct ceph_pagelist *pl)101100{102101 while (!list_empty(&pl->free_list)) {···109112}110113EXPORT_SYMBOL(ceph_pagelist_free_reserve);111114112112-/**113113- * Create a truncation point.114114- */115115+/* Create a truncation point. */115116void ceph_pagelist_set_cursor(struct ceph_pagelist *pl,116117 struct ceph_pagelist_cursor *c)117118{···119124}120125EXPORT_SYMBOL(ceph_pagelist_set_cursor);121126122122-/**123123- * Truncate a pagelist to the given point. Move extra pages to reserve.127127+/* Truncate a pagelist to the given point. Move extra pages to reserve.124128 * This won't sleep.125129 * Returns: 0 on success,126130 * -EINVAL if the pagelist doesn't match the trunc point pagelist
+1-2
net/dcb/dcbnl.c
···2828#include <linux/module.h>2929#include <net/sock.h>30303131-/**3232- * Data Center Bridging (DCB) is a collection of Ethernet enhancements3131+/* Data Center Bridging (DCB) is a collection of Ethernet enhancements3332 * intended to allow network traffic with differing requirements3433 * (highly reliable, no drops vs. best effort vs. low latency) to operate3534 * and co-exist on Ethernet. Current DCB features are:
+1-2
net/ipv4/tcp.c
···3310331033113311#endif3312331233133313-/**33143314- * Each Responder maintains up to two secret values concurrently for33133313+/* Each Responder maintains up to two secret values concurrently for33153314 * efficient secret rollover. Each secret value has 4 states:33163315 *33173316 * Generating. (tcp_secret_generating != tcp_secret_primary)
+2-3
net/tipc/socket.c
···16991699 return put_user(sizeof(value), ol);17001700}1701170117021702-/**17031703- * Protocol switches for the various types of TIPC sockets17041704- */17021702+/* Protocol switches for the various types of TIPC sockets */17031703+17051704static const struct proto_ops msg_ops = {17061705 .owner = THIS_MODULE,17071706 .family = AF_TIPC,